Hi guys:
I'm using SQL Server 2000
I'm trying to execute bcp in a DOS window with different syntax
bcp MyBase..dbo.MyTable out c:\Bulktest\test.txt -c -Uuser1 -Ppass1 -SMyServer
bcp MyBase..MyTable out "c:\Bulktest\test.txt" -c -Uuser1 -Ppass1 -SMyServer
bcp MyBase..MyTable out c:\Bulktest\test.txt -c -Uuser1 -Ppass1 -SMyServer
In all of the cases I get the same error :
CTLIB Message: - L6/O8/S5/N3/5/0:
ct_connect(): directory service layer: internal directory control layer error: R
equested server name not found.
Establishing connection failed.
If I ping MyServer it works
so
What is the correct syntax?
Thanks!
I'm using SQL Server 2000
I'm trying to execute bcp in a DOS window with different syntax
bcp MyBase..dbo.MyTable out c:\Bulktest\test.txt -c -Uuser1 -Ppass1 -SMyServer
bcp MyBase..MyTable out "c:\Bulktest\test.txt" -c -Uuser1 -Ppass1 -SMyServer
bcp MyBase..MyTable out c:\Bulktest\test.txt -c -Uuser1 -Ppass1 -SMyServer
In all of the cases I get the same error :
CTLIB Message: - L6/O8/S5/N3/5/0:
ct_connect(): directory service layer: internal directory control layer error: R
equested server name not found.
Establishing connection failed.
If I ping MyServer it works
so
What is the correct syntax?
Thanks!