Sql server binary data would be truncated|Mysql binary data would be truncated

string or binary data would be truncated 
Following error occured in Insert or update records.

Solution:⇒ One or more of the columns in the source query contains data that 
exceeds the length of its destination column.

⇒The column is NOT big enough to hold the data.
Check the table structure.
screenshot:

Post a Comment

0 Comments