MS SQL 2012/2014 password recovery for user
If you have access to the server but you would like to recover sa password or a user’s password you can use this simple technique: On the server execute SELECT password_hash FROM sys.sql_logins where name=’sa’ The output will look like Continue reading MS SQL 2012/2014 password recovery for user