Remote Procedure call failed with sql server 2008 R2

后端 未结 11 1656
耶瑟儿~
耶瑟儿~ 2020-12-23 13:03

I am working with SQL Server 2008 R2. I am unable to connect to my database remotely. I got the following error.

A network-related or instance-spe

11条回答
  •  旧巷少年郎
    2020-12-23 13:53

    I got the samilar issue, while both SQLServer and SQLServerAgent services are running. The error is fixed by a restart of services.

    Server Manager > Service > 
        SQL Server > Stop
        SQL Server > Start
        SQL Server Agent > Start
    

提交回复
热议问题