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

后端 未结 5 615
遥遥无期
遥遥无期 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条回答
  •  天涯浪人
    2021-01-17 12:40

    I had this issue on Windows 10 and SQL Server 2014 Express.

    The delayed start option didn't work for me, but here's what did work - granting higher DCOM permissions to the Network Service and Local Service accounts.

    1. Click Start, type Component and then click the Component Services app
    2. In Component Services, double-click Component Services, and then double- click Computers. Right-click My Computer, and then click Properties.
    3. Click the COM Security tab.
    4. In the Launch and Activation Permissions area, click Edit Default.
    5. Click Add, type Network Service, and then click OK. While Network Service is selected, click to select the Allow check boxes for the following items:
      • Local Launch
      • Remote Launch
      • Local Activation
      • Remote Activation
    6. Repeat step 4 for the Local Service account.
    7. Reboot and SQL Server should not start automatically.

    In my case, this is a development environment so I'm less concerned about the security implications of this change and more concerned about getting it to work. So be advised to check out potential security ramifications if that's important in your situation.

提交回复
热议问题