Expand Minimize
1 out of 1 rated this helpful - Rate this topic

The valid default length range for SQL Server data types char, varchar, binary and varbinary is 1-8000.

SQL Server 2005

The value you entered is outside the permissible range for char, varchar, binary, and varbinary data types. The default value for char is 10 characters. The default value for varchar is 50 characters. The default value for binary and varbinary is 50 characters.

  1. Reenter a value between 1–8000 characters.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.