简体   繁体   English

Windows更新后与SQL Server的连接断开

[英]Connections to SQL Server broken after Windows updates

I have Visual Studio 2013 C# solution that worked fine until some automatic Windows updates were pushed out to my PC. 我有Visual Studio 2013 C#解决方案,在某些Windows自动更新推送到我的PC之前,它可以正常工作。 After these updates I am get an error on the connection.open command (server does not exist or access denied error message). 这些更新之后,我在connection.open命令上收到错误消息(服务器不存在或访问被拒绝的错误消息)。

I created a new solution only for connection test purposes and from the newly created solution the connection to the same server is successful. 我创建了一个仅用于连接测试目的的新解决方案,并且从新创建的解决方案到同一个服务器的连接成功。

I uninstalled the Windows updates and my connections still don't work. 我卸载了Windows更新,但我的连接仍然无法正常工作。

Any suggestion would be greatly appreciated. 任何建议将不胜感激。

Thank you 谢谢

open run type services.msc press enter it will show you list of services then go down and find SQL Server(MSQLSERVER) and right click on it and press start . 打开运行类型services.msc按Enter键,它将显示您的服务列表,然后向下查找SQL Server(MSQLSERVER) ,右键单击它,然后按start hope this helps you 希望这对您有帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM