SQL Server service doesn't start anymore automatically if I make a Windows restart

后端 未结 5 652
遥遥无期
遥遥无期 2021-01-17 11:50

I have Windows 10 build 1511, where I have installed SQL Server 2014.

After installation everything is OK.

I\'ve made several times shutdown on Windows 10, a

5条回答
  •  萌比男神i
    2021-01-17 12:36

    I'm dealing with the same issue on Win 2012. and it looks like the same issue described here:

    Add your windows level user in following path:

    Click on Start - Run - Secpol.msc Go to Local Policies - User right assignments

    1. Act as a part of the Operating system
    2. bypass Traverse checking
    3. Lock pages in memory
    4. Log on as a service
    5. Log on a batch job
    6. Replace process level token

    If not, please add them and try restarting your system. Your SQL Server should be starting as a service. All the best.

提交回复
热议问题