SQL Server 2012 can't start because of a login failure

后端 未结 7 1772
故里飘歌
故里飘歌 2021-01-29 22:17

I recently installed Microsoft SQL Server 2012 on a fresh Windows 7 installation, but whenever I want to run the server, I get the following error:

Error

相关标签:
7条回答
  • 2021-01-29 23:12

    I had a similar issue that was resolved with the following:

    1. In Services.MSC click on the Log On tab and add the user with minimum privileges and password (on the service that is throwing the login error)
    2. By Starting Sql Server to run as Administrator

    If the user is a domain user use Domain username and password

    0 讨论(0)
提交回复
热议问题