I have an INSERT INTO query which contains over 100 fields and values; when I execute the query, I get the following error.
How do I find out which field is causing this error?
Msg 8152, Level 16, State 4, Line 1
String or binary data would be truncated.
The statement has been terminated.