Sql Server 2014 - Update to windows 10 and can't connect to the Local Server

Tiago Neto picture Tiago Neto · Aug 15, 2015 · Viewed 25.4k times · Source

Recently I updated my Windows from 8 to 10 and suddenly my SQL Server 2014 stopped working. When I open the Management Studio and try to connect to the Server (local) i obtain the following error:

Obtained Message

Does any of you had similar problems? Before updating the Windows everything was running just fine.

Answer

DrJoe picture DrJoe · Aug 25, 2015

I had the same problem after upgrading from Windows 8.1 Pro to Windows 10 Pro. I was able to resolve it as follow:

  1. Control Panel
  2. Administrative Tools
  3. Services
  4. The SQL Service Browser was Disabled
  5. Right click and select Properties
  6. Change the Startup type to Automatic (Delayed Start)
  7. Click to Start button to start the service
  8. And off you go. This should resolve the issue.