
August 1st, 2004, 05:37 AM
|
|
Registered User
|
|
Join Date: May 2004
Posts: 4
Time spent in forums: 4 m 8 sec
Reputation Power: 0
|
|
|
BCP utility problem
I tried using the bcp utility to copy data from a txt file to a SQL Server table, i used the following bcp command:
bcp caretool..paymentType in customers.txt -c -T
of course caretool is the db name & paymentType is the table name.
When I run this command i get this error:
Starting copy...
SQLState = S1000, NativeError = 0
Error = [Microsoft][ODBC SQL Server Driver][SQL Server]Code page 720 is not supported by SQL Server
SQLState = S1000, NativeError = 0
Error = [Microsoft][ODBC SQL Server Driver]Unable to resolve column level collations
BCP copy in failed
Any idea how to fix this error?
Thanks in advance.
|