There are times a DBA gets a request to see the user account got locked or the user is unable to login. Here is the simple script to see if a login account is locked or not. Use Master Go select loginproperty('UserName','Islocked') GO If the script above returns 1- Account got Locked 0- Not Locked … Continue reading
