Tuesday, August 12, 2008

Error 8152: "String or binary data would be truncated"

Following could be the possible reasons:

This error usually comes because of incorrect length of table fields.

1. check if there are triggers on the table, if so, you should check out the code of those as well.
2. Check field length of your table and any foreign key tables if exist

No comments: