Answer the question
In order to leave comments, you need to log in
Wrong passwords in MSSQL, how to fix?
There is a task to correct a problem of storage of passwords in MSSQL.
The problem is this, as far as I understand:
declare @hashpswd nvarchar(128)
set @hashpswd=HASHBYTES('SHA2_512', '[email protected]')
select @hashpswd as hashpswd
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question