
September 28th, 2004, 10:13 AM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
$ bcp Test..TestTable out C:\out.txt -c -C850 -Sgroucho -Uecas -Pecas
U have to add the underlined portion, its a data conversion standard specification.
rgds,
prax
Quote: | Originally Posted by ecastill This is my first time using BCP, and I can't seem to figure out
how to get around this error:
$ bcp Test..TestTable out C:\out.txt -Sgroucho -Uecas -Pecas
Operating-system error:
There is no OS level error
DB-LIBRARY error:
Specified server name attribute could not be found
The machine on which sql server instance lives is groucho. The
database name is Test. The table I want to access is TestTable.
What am I doing wrong? Any assitance would be greatly appreciated.
Eric |
|