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

前端 未结 15 2315
悲哀的现实
悲哀的现实 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:28

    If you are running SQL Server in a local environment and not over a TCP/IP connection. Go to Protocols under SQL Server Configuration Manager, Properties, and disable TCP/IP. Once this is done then the error message will go away when restarting the service.

提交回复
热议问题