Length
This field specifies the maximum number of characters or bytes accepted by the column. It is enabled only when the Data Type is set to one of these types:
- binary
- char
- nchar
- nvarchar
- sysname
- text
- varbinary
- varchar
If the Data Type is set to a user-defined data type that has a system data type, the Length field displays the length of the system data type and is disabled. Also, you can specify -1 to use the SQL Server MAX data length.