How to match passwords for SQL Logins
Whenever a SQL login is created using password, it is assigned a unique SID and then converted into a hexadecimal hash value.
Whenever a SQL login is created using password, it is assigned a unique SID and then converted into a hexadecimal hash value.
As a DBA, how often we check SQL error logs. I would say Mutiple times in a single day. And how many of us really know who to check and read the error logs effectively.