Skip to content

Commit 7d797e9

Browse files
authored
Update nchar-and-nvarchar-transact-sql.md
1 parent 3059c0a commit 7d797e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/data-types/nchar-and-nvarchar-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When *n* is not specified in a data definition or variable declaration statement
3636
If you use **nchar** or **nvarchar**, we recommend to:
3737
- Use **nchar** when the sizes of the column data entries are consistent.
3838
- Use **nvarchar** when the sizes of the column data entries vary considerably.
39-
- Use **nvarchar(max)** when the sizes of the column data entries vary considerably, and the size might exceed 8,000 bytes.
39+
- Use **nvarchar(max)** when the sizes of the column data entries vary considerably, and the string length might exceed 4,000 byte-pairs.
4040

4141
**sysname** is a system-supplied user-defined data type that is functionally equivalent to **nvarchar(128)**, except that it is not nullable. **sysname** is used to reference database object names.
4242

0 commit comments

Comments
 (0)