Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Thursday, July 6, 2017

SHA256 using HASHBYTES function

SQLServerCentral » Latest topics
SHA256 using HASHBYTES function
I'm trying to perform SHA256 hashing, using the standard HASHBYTES function (2012). The goal is to join 2 tables: one hashed internally in SQLServer, the other imported (already hashed in a different platform). Sort of this:

No comments: