Details

How to Start MS SQL Server

Open cmd as an administrator and run the following command

net start mssqlserver /T902

If the above command didn't work, try:

  1. Open services
  2. Locate and restart Host Network Service
  3. Start Sql Server (MSSQLSERVER)

I hope this will help you.