sql server - Error 'String or binary data would be truncated' in Microsoft SQL -
i got error when inserting data microsoft sql.
error: ('22001', '[22001] [microsoft][odbc driver 13 sql server][sql server]string or binary data truncated. (8152) (sqlparamdata); [01000] [microsoft][odbc driver 13 sql server][sql server]the statement has been terminated. (3621)')
fyi, use python 2.7 , pyodbc
library.
what error about? should solve it?
based on link: http://www.sql-server-performance.com/2007/string-or-binary-data-truncated/
this error message appears when try insert string more characters column can maximal accommodate.
Comments
Post a Comment