I am trying to do the following BCP:
bcp tempedi.dbo.edidataclient_tblImportPreRawTXT in c:\tabtxt.txt -fc:\bcptabtxt.fmt -ec:\tabtxterr.txt -SDEV -U***
-P*** -v -k
BUT I keep getting to following errors:
#@ Row 1, Column 5: String data, right truncation @#
#@ Row 2, Column 1: String data, right truncation @#
etc...
When I look at column 5 and 1 there should not be any problems:
What should I be looking for? What causes this error?