How to implement SHA-2 in SQL Server 2005 or 2008 with a CLR assembly
Posted
on SQL Server Central
See other posts from SQL Server Central
Published on Mon, 07 Oct 2013 06:00:00 UT
Indexed on
2013/10/19
10:06 UTC
Read the original article
Hit count: 307
Filed under:
SQL Server 2012 supports SHA-256 and SHA-512 through the HASHBYTES() function, but earlier versions of SQL Server do not. SHA-256, SHA-384 and SHA-512 can, however, be implemented in SQL Server 2005 or SQL Server 2008 with the CLR assembly described in this article.
Optimize SQL Server performance “With SQL Monitor, we can be proactive in our optimization process, instead of waiting until a customer reports a problem,” John Trumbul, Sr. Software Engineer. Optimize your servers with a free trial. |
© SQL Server Central or respective owner