Link to home
Start Free TrialLog in
Avatar of drgdrg
drgdrg

asked on

String or binary data would be truncated - Determining Which Field ?

During the import of a table with about 80 columns and 1 million rows, I've received the error that "String or binary data would be truncated" ... however, SQL 2005 doesn't tell you which column is being truncated.  

Is there any way to determine this, perhaps more robust error message options, etc.?  A setting somewhere in SQL that will give more details?  Or an error log I'm not aware of that would tell me more information?

I know how to fix the error itself ... my question is about getting more information out of SQL as to what the exact error was.

Thanks


ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I guess there is not short and sweet way of doing so other than just checkout all string column with it's size and comparing it with the data your inserting or updating.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I guess nothing can show you which column is culprit.