I have input data containing some "rogue" fields that are longer than the corresponding database field. This causes my import script, which uses SQL INSERT statements to fall over with a warning:
Msg 8152, Level 16, State 13, Line 2
String or binary data would be truncated.
How can I force truncation of these fields and enable my script to complete?