Skip to content

Commit 985194a

Browse files
rhjsy-axtrwestMSFT
authored andcommitted
explicit nvarchar limitation
1 parent ac88c7b commit 985194a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/t-sql/functions/binary-checksum-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ or
7070

7171
For example, the strings "McCavity" and "Mccavity" have different `BINARY_CHECKSUM` values. In contrast, for a case-insensitive server, `CHECKSUM` returns the same checksum values for those strings. You should avoid comparison of `CHECKSUM` values with `BINARY_CHECKSUM` values.
7272

73-
`BINARY_CHECKSUM` supports any length of type **varbinary(max)** and up to 255 characters of type **nvarchar(max)**.
73+
`BINARY_CHECKSUM` supports any length of type **varbinary(max)** and up to 255 characters of type **nvarchar(n | max)**.
7474

7575
## Examples
7676
This example uses `BINARY_CHECKSUM` to detect changes in a table row.

0 commit comments

Comments
 (0)