What is the hash for Sql Server
#3
(01-07-2014, 08:27 AM)radix Wrote: http://technet.microsoft.com/en-us/libra....100).aspx
http://technet.microsoft.com/en-us/libra....105).aspx

As far as how to get them, this is the wrong forum for that.

What would be the right for them? The link shows an example, am I supposed to put this example in my host.txt
example:

DECLARE @HashThis nvarchar(4000);
SELECT @HashThis = CONVERT(nvarchar(4000),'dslfdkjLK85kldhnv$n000#knf');
SELECT HashBytes('SHA1', @HashThis);
GO


A


Messages In This Thread
What is the hash for Sql Server - by tiburon1 - 01-07-2014, 05:21 AM
RE: What is the hash for Sql Server - by radix - 01-07-2014, 08:27 AM
RE: What is the hash for Sql Server - by tiburon1 - 01-07-2014, 06:09 PM
RE: What is the hash for Sql Server - by radix - 01-07-2014, 07:39 PM