-304 Conversion of SQL data type would result in truncated value.

Explanation

An attempt was made to convert an SQL data type into another SQL data type, which would result in truncation of the data because of the size of the target data type.

Correct the SQL statement.