This behavior is by design. SQL Server 7 and 2000 will fail with this error message if the data (string or binary) being inserted into a column is too long for the column. Previous versions of SQL Server truncated and inserted the data without any warning.
You'll need to determine which data values are too long and trim them or make the columns wider. Terry Broadbent
Please review faq183-874.
"The greatest obstacle to discovery is not ignorance -- it is the illusion of knowledge." - Daniel J Boorstin
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.