Dear sirs,
I want to use bcp utility with my sql server.
But I recive this erroe :
C:\>bcp “SELECT * FROM ntxeon2.ntinetlog.dbo.X3Usrdetail ORDER BY Clientusername
” queryout ‘d:\logx3.txt’ -c -S NTXEON2 -U sa -P xeon2_admin
SQLState = 37000,NativeError = 7411
Error = [Microsoft][ODBC SQL Server Driver][SQL Server]Server ‘ntxeon2’ is not c
onfigured for DATA ACCESS.
I wnat to to know how can I confugure my server fot DATA ACCESS ?
Regard