SQL Server not working after upgrading windows8.1 to windows 10

一世执手 提交于 2019-12-04 01:39:15

Please verify that Service "SQL Server (MSSQLSERVER)" is started.

I started the "SQL Server (MSSQLSERVER)" service and now i am able get into Sql server.

Ramakrishnankt

Please verify that Service "SQL Server (MSSQLSERVER)" is started. Just now I upgraded to Windows 10 and got the same issue.

I started the "SQL Server (MSSQLSERVER)" service and now I am able get into Sql server.

We have encountered this problem with Windows 7 and Windows 8. After the upgrade SQL Server does not start. We have been able to start it manually, but it will not start automatically.

So far our only solution has been to uninstall and reinstall SQL Server.

Try changing your connection string to IP/NameInstance, it works for me. Before I used to have localhost/NameInstance in my connection string but since I updated to windows 10, it did not work anymore.

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