$ errors.fyi/mssql/8152 128 namespaces · 4,025 codes
mssql · mssql/8152
8152

String or Binary Data Would Be Truncated

A value being inserted or updated is longer than the target column allows. Increase the size of the column, truncate or validate the value before sending it, or, on SQL Server 2019 and later, enable trace flag 460 / use error 2628 to get the offending column name in the message.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT