Skip to main content

Getting MSSQL to generate an md5 hash

 
CONVERT(VARCHAR(32), HashBytes('MD5', 'something to hash'), 2)

Comments