I am getting false error message while data inserting to some table.
The data type for the field is Varchar(20)
and the data being inserted has max
data length is 6.
I don't understand where's the issue is. Although I can avoid this by adding
SET ANSI_WARNINGS OFF
But it'd be workaround not a solution: