March 2018
Intermediate to advanced
816 pages
19h 35m
English
The HASHBYTES built-in function is used to hash the string of characters using one of the seven supported hashing algorithms. The function accepts the following two input arguments:
The return type of the function is varbinary (8000). This function has been available in SQL Server since 2005, but it is enhanced in SQL Server 2016. The most important enhancement is removing the limit ...