CHECKSUM and CHECKSUM_AGG: What’s the algorithm?

On SQL Server Forum, at this page, it’s stated:

The built-in CHECKSUM function in SQL Server is built on a series of 4 bit left rotational xor operations. See this post for more explanation.

Leave a Comment