October 13, 2025 at 12:00 am
Comments posted to this topic are about the item PWDCompare
October 13, 2025 at 2:01 pm
https://learn.microsoft.com/en-us/sql/t-sql/functions/pwdcompare-transact-sql?view=sql-server-ver17
PWDCOMPARE (Transact-SQL)
Hashes a password and compares the hash to the hash of an existing password. PWDCOMPARE can be used to search for blank SQL Server login passwords or common weak passwords.
October 14, 2025 at 6:34 pm
Function PWDCOMPARE returns 1 if the HASH of the clear_text_password matches the password_hash parameter, and 0 if it does not. So, two password hashes are actually compared.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply