I am facing problem during insert this value in table

  • Dear All,

    I am facing problem during insert this value in table abc

    where table field name is "class" which size is varchar(max)

    i want add below content in this field, but facing below problem kindly help me........

    "Class 35 in respect of Consultation in the fields of staffing, recruiting, employee retention and workforce and talent management; business consultation."

    this query doesnt work and I get this error message

    Msg 8152, Level 16, State 14, Line 1

    String or binary data would be truncated.

    The statement has been terminated.

    Regards,

    Sachin

  • Impossible to say what is causing it before you post the INSERT statement and table DDL.

    Are there by any chance one or more triggers on that table? Perhaps it's a trigger that is trowing this error.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply