Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit f4e36d5

Browse files
authored
Merge pull request #1322 from swePeso/patch-1
Update binary-checksum-transact-sql.md
2 parents e1ba2d1 + 0610630 commit f4e36d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

7272
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.
7373

74-
BINARY_CHECKSUM supports up to 8,000 characters of type **varbinary(max)** and up to 255 characters of type **nvarchar(max)**.
74+
BINARY_CHECKSUM supports any length of type **varbinary(max)** and up to 255 characters of type **nvarchar(max)**.
7575

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

0 commit comments

Comments
 (0)