sql server is not working when i change the system logon password

  • hi,

    i have changed my system login password.

    then sql server is not working in my system.

    why it is happening like that?

  • Looks like the SQL Server service is running under your account.

    Check the Windows Event Log for more information.

    Run SQL Server Configuration Manager and enter the new password.

  • Osql is depreciated in SQL Server 2008 ,you can use SQLCMD but SQL server is not running how he can pass statement against the instance.you should check or input the new password in the SQL Server service account if your login was using for this as mentioned by Suresh

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • Right, most likely you have to change your service account password.

    SQL Configuration Manager is right tool.

    If you want to use console mode tool, you can try SQL Service Control utility.

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

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