使用Windows身份验证连接到SQL Server 2008 Management Studio时出现以下错误。
"The request failed or the service did not respond in a timely fashion.
Consult the event log or other applicable error logs for details."谁能告诉我为什么我会收到这个错误,而我的SQL Server运行在内置的网络服务下?
我用谷歌搜索了一下,但没有找到解决方案..
谢谢
发布于 2018-08-29 22:44:31
在我的例子中,问题是我正在运行另外两个SQL Server实例,这两个实例正在(或至少其中一个)导致冲突。
解决方案只是停止另一个SQL Server实例并对其附带的SQL Server代理执行操作。

在此期间,我还建议确保在服务器的协议设置中启用了Named Pipes


https://stackoverflow.com/questions/1617402
复制相似问题