The information in this article applies to:
SYMPTOMS
When attempting to use the Bulk Copy Utility (BCP) to load data into
SQL Server using character mode, the following error message may be
displayed:
However, all data appears to have been loaded, and the BCP error file is empty. CAUSEVersion 4.2 of BCP will generate the above message when the length of a character string exceeds the allowable length of the field. The data will be loaded, but characters exceeding the maximum field length will be truncated. WORKAROUNDIt is important that you compare the data file and the table to ensure that the truncated information is of no value. If the data is important, you will need to take steps to recreate the table, allowing for a larger character field. Additional query words: /c
Keywords : kbtool SSrvBCP |
Last Reviewed: March 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |