hi i'm getting error when i execute the query

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mak1084
    New Member
    • Jul 2007
    • 44

    hi i'm getting error when i execute the query

    i friends i'm getting this error when i execute the insert query.... what is the problem and how i can execute the my query? :?
    Server: Msg 8152, Level 16, State 9, Line 1
    String or binary data would be truncated.
  • vijaii
    New Member
    • May 2007
    • 15

    #2
    Originally posted by mak1084
    i friends i'm getting this error when i execute the insert query.... what is the problem and how i can execute the my query? :?
    The reason might be the column length in the table for particula field
    will be less than the length of the string data passed.

    Comment

    • sijugeo
      New Member
      • Jul 2007
      • 42

      #3
      Your Inputing data is larger than the available space reserved for the column.
      So modify the size of the column or reduce the amount of data.
      Siju

      Comment

      Working...