About 7,330,000 results
Open links in new tab
  1. How to Unlock a SQL Login Without Resetting the Password

    Aug 28, 2012 · Learn how to unlock the account using T-SQL with a password reset. Review how to check the password policy settings that will be applied by SQL Server. Understand the …

  2. How do I unlock a SQL Server Login using T-SQL (without ... - SQL Studies

    Jul 22, 2021 · Next, you use ALTER LOGIN to turn the check_policy flag off and then on again. This is how you unlock the login. I should point out that this is also how you would do this …

  3. Unlock SQL Server Account When It's Locked Out - EasyTechTools

    Mar 20, 2025 · There are various manual methods to Microsoft SQL server unlock SA account as given below: Method 1: Unlocking the SA Account in Management Studio. If mixed-mode …

  4. 4 Ways to Unlock SQL Server Account - wikiHow Tech

    Oct 21, 2021 · Have you lost or forgotten your SQL Server login? Are you unable to access your SQL Server account? If you are an individual user in the SQL Server, you can contact your SA …

  5. How to Unlock a Locked SQL Server Login Without Changing …

    Feb 18, 2020 · By following these steps, you can unlock a locked SQL Server login without changing the password. This can be useful in situations where you want to maintain the …

    Missing:

    • GUI

    Must include:

  6. SQL SERVER – Unlocking User Without Changing Password

    Jun 9, 2021 · Today we are going to discuss Unlocking User Without Changing Password. A client of mine recently locked himself out of SQL Server. The user was not admin so one of the …

  7. How to unlock user account in SQL Server 2005 Management …

    Sep 25, 2009 · Open Server Management Studio, connect to the server and go to the Security --> Logins item in Object Explorer. Select the login that is locked out and double-click on it. The …

  8. SQL login is locked out – how to check status with T-SQL - SQL Server DBA

    Sep 23, 2013 · To check the locked status of a SQL Server login use this query SELECT LOGINPROPERTY('UserName', 'IsLocked') To unlock the login account – ALTER LOGIN …

  9. SQL Server: Script to Unlock a Database User

    Feb 22, 2018 · In this post, I am sharing a script for unlocking the database user without changing a password in SQL Server. We can do using CHECK_POLICY ON/OFF option. If password …

  10. 2 Methods to Unlock SQL Server SA Account When It's Locked

    In this article we'll show you 2 methods to unlock SQL Server SA account when it is locked out or disabled. The methods work with all versions including SQL Server 2014. Option 1: Unlock SA …

Refresh