Remote Procedure call failed with sql server 2008 R2

后端 未结 11 1655
耶瑟儿~
耶瑟儿~ 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:40

    This error appears to happen when .mof files (Managed Object Format (MOF)) don’t get installed and registered correctly during set-up. To resolve this issue, I executed the following mofcomp command in command prompt to re-register the *.mof files:

    mofcomp.exe "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"

    This one worked for me

提交回复
热议问题