Guest_imported
New member
- Jan 1, 1970
- 0
HI,
I am trying to track down the records that will not insert using the BCP utility in dos. I am using BCP for batch reasons.I know I can output the error messaging using the "-o" command. This particuar file loads with these errors:
1000 rows sent to SQL Server. Total sent: 9000
SQLState = 22001, NativeError = 0
Error = [Microsoft][ODBC SQL Server Driver]String data, right truncation
1000 rows sent to SQL Server. Total sent: 10000
Now I know that somewhere between 9000 records and 10,000 records it could not load...but which one. Is there a way to narrow this down?
thanks for all your help
--scotta
I am trying to track down the records that will not insert using the BCP utility in dos. I am using BCP for batch reasons.I know I can output the error messaging using the "-o" command. This particuar file loads with these errors:
1000 rows sent to SQL Server. Total sent: 9000
SQLState = 22001, NativeError = 0
Error = [Microsoft][ODBC SQL Server Driver]String data, right truncation
1000 rows sent to SQL Server. Total sent: 10000
Now I know that somewhere between 9000 records and 10,000 records it could not load...but which one. Is there a way to narrow this down?
thanks for all your help
--scotta