Title:
SQL Server:
Short Description:
The VARCHAR data type can store variable-length strings with a maximum length of 8,000 characters.
Content:
SQL Server:
- The
VARCHAR
data type can store variable-length strings with a maximum length of 8,000 characters. - The
NVARCHAR(MAX)
data type can store variable-length Unicode strings with a maximum length of 2^30 - 1 characters.
Posted at:
27-Nov-2023 at 08:37 PM