• If i unable to import the trace file into SQL Management Studio because one of the column "TextData" is too big compare with my column in table "TraceResult" , and i get the below error message.

    Msg 8152, Level 16, State 10, Line 1

    String or binary data would be truncated.

    The statement has been terminated.

    How to truncate and import it? Thanks

    Regards,