In SQL Server, while updating a table using Enterprise Manager, I am getting the following error:
String or Binary Data would be truncated
And the reasong I specified Enterprise Manager above is because the update works perfectly fine using the Query Analyzer.
And I have gone through the site for the mentioned error before posting this question, and the most common reponse I have found is that the data I am entering might be larger than the field's limit. But I have gone through the data and that doesnt seem to be the case.
Please advice if there is any other reason for this error.
Start Free Trial