假如您在安装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 |
……