I have two installations of SQL Server both have the same
database, then I run the same store procedure ( It insert
several rows into a table) on both DB and for one of these
I got an error.
The error
8152 16 String or binary data would be truncated.
Why I got an error just for one DB, exist any
configuration which increase or decrease the error
tolerance.
I follow the store procedures and the row that has the
problem is not inserted in both cases but just one report
this to me.
I need this two DB supporting this kind of errors (Warning
for me!) because is out of control the maximum size of the
fields due to this messages came from an unknown HOST.
Thanks,
David