出错提示:启动SQL Server 2005 配置管理器时,出现以下提示错误
无法连接到WMI提供程序。您没有权限或者该服务器无法访问......
Invalid class [0x80041010]
解决方法:
以管理员身份运行“命令提示符”(在附件下面),进入后执行以下命令
1)cd /d C:/Program Files/Microsoft SQL Server/90/Shared
2)mofcomp "C:/Program Files/Microsoft SQL Server/90/Shared/sqlmgmproviderxpsp2up.mof"
当看到有如下信息时表明操作成功
MOF file has been successfully parsed
Storing data in the repository...
Done!