How do I fix a “Performance counter registry hive consistency” when installing SQL Server R2 Express?

前端 未结 11 1629
抹茶落季
抹茶落季 2021-01-30 16:47

I\'m trying to install SQL Server 2008 R2 Express from this site:

http://www.microsoft.com/express/database/

I have a 64-bit, Windows 7 machine.

I have t

11条回答
  •  萌比男神i
    2021-01-30 17:28

    You can skip the Performance counter check in the setup altogether:

    setup.exe /ACTION=install /SKIPRULES=PerfMonCounterNotCorruptedCheck
    

提交回复
热议问题