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.
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:
0 Comments