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

允我心安 提交于 2019-12-21 03:31:26

问题


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:

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


回答1:


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.



回答2:


I just had the same issue after upgrading my laptop from Windows 8.1 to Windows 10; however, my solution was slightly different to the one suggested already, I had to:

1) Control Panel 2) Services 3) Right-click, Start, SQL Server service

I had to do this for all the SQL versions I have installed (08R2 up to 14). Somehow the upgrade stopped and didn't restart the SQL service.




回答3:


I also encountered the same issue upgrading from Windows 7. First thing I did was open the SQL SERVER MANAGER CONSOLE and ensure that the server was still running. After seeing that it was, I restarted it, and that fixed the problem.

I personally would try these simple steps first... never know could be that easy.

  • Side note - if you have trouble finding the SQL Manager Console in your Programs list like I did, you can likely find it in your C:Windows/SysWOW folder (open file named SQLServerMananger##.msc).


来源:https://stackoverflow.com/questions/32026219/sql-server-2014-update-to-windows-10-and-cant-connect-to-the-local-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!