Data type | Description | Storage |
---|---|---|
nchar(n) | Fixed-length Unicode data. Maximum 4,000 characters | |
nvarchar(n) | Variable-length Unicode data. Maximum 4,000 characters | |
nvarchar(max) | Variable-length Unicode data. Maximum 536,870,912 characters | |
ntext | Variable-length Unicode data. Maximum 2GB of text data |
Search This Blog
Data Types in SQL Server - Unicode strings
Labels:
Data Types,
SQL Server,
Unicode Strings
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment