Community

Comparison of the VARCHAR(max) and VARCHAR(n) SQL Server Data Types

(Daniel Farina) You are developing a SQL Server application and at some point in your code you receive the error “String or binary data would be truncated”. After digging into the code you discovered that this error message is caused because a table has a VARCHAR(1000) column and you need to insert

Read More - Register for Free Membership