The request failed or the service did not respond in a timely fashion?

前端 未结 15 2321
悲哀的现实
悲哀的现实 2020-12-08 04:20

I have the following error while I connect to SQL Server 2008 Management Studio with Windows authentication.

\"The request failed or the service did not resp         


        
15条回答
  •  既然无缘
    2020-12-08 04:33

    In my case, the issue was that I was running two other SQL Server instances which were (or at least one of them was) causing a conflict.

    The solution was simply to stop the other SQL Server instance and its accompanying SQL Server Agent.

    While I'm at it, I'll also recommend making sure Named Pipes is enabled in your server's protocol settings

提交回复
热议问题