Search code examples
sql-serversql-server-2014-express

SQL Server service does not start at start up


I have a fresh windows 10 installed computer, and I have installed SQL Server 2014 express. The service is set to automatic, but when I reboot the computer the service is stopped and I have to start manually.

The installation is a local installation in a computer, there is no problems with permissions nor other things, because I can start the service manually and it starts.

How the service is not started on start up?

Thanks.


Solution

  • Set your service to automatic delayed start, and it will start:

    enter image description here