现在的位置: 首页 > 综合 > 正文

假如您在安装SQL Server 2005时出现计数器错误

2013年10月01日 ⁄ 综合 ⁄ 共 283字 ⁄ 字号 评论关闭

假如您在安装SQL Server 2005时出现计数器错误,在搜索过所有的方法都不适用的情况下可以采用以下方法:

将4个计数器删除:(如果没有说清楚是哪个计数器的错误)

 

以下为引用的内容:

运行 cmd

unlodctr w3svc

unlodctr msftpsvc

unlodctr asp

unlodctr inetinfo

执行下面的代码片段后,重新安装SQL Server2005就不会有问题了。

 

以下为引用的内容:

lodctr w3ctrs.ini

lodctr ftpctrs.ini

lodctr axperf.ini

lodctr infoctrs.ini

 

以上方法果然管用!!转下,做个记录

抱歉!评论已关闭.