SQL Server 2005 安装时提示计数器错误(Performance Monitor Counter Requirement (Error))
首先参考:
http://www.eukhost.com/forums/f31/fix-error-performance-monitor-counter-requirement-when-installing-sql-2005-express-4512/
http://www.eggheadcafe.com/software/aspnet/32007538/performance-monitor-count.aspx
核心两点:
1.确定注册表:
Last Counter和Last Help的键值 是否和 /perflib/009下得键值是否一致。
2.以防万一:在cmd下执行:
lodctr /R:PerfStringBackup.INI
3.删除所有已经安装的MS sql server 程序,删除program files 下的microsoft sql server目录和其下的所有文件。