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.