locked sa login

  • Hello,

    My 'sa' login is locked. How can we unlock it?

    Thanks,

    SRK.

  • Hello,

    Open up SSMS using a Login who is in the SysAdmin role on the SQL Server e.g. a Member of the Administrators Group on the Windows Server.

    In the Object Explorer Window, navigate to the Security, Logins, SA Properties pages. You can then Enable the SA Login.

    Also worth checking if the SQL Server is setup for Mixed Mode, or just Windows Authentication.

    Regards,

    John Marsh

    www.sql.lu
    SQL Server Luxembourg User Group

  • Execute this:

    ALTER LOGIN sa WITH PASSWORD = ‘your_password_here‘ UNLOCK

    MJ

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply