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

前端 未结 11 1404
抹茶落季
抹茶落季 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
    闹比i (楼主)
    2021-01-30 17:26

    I had the perf counter reg issue and here's what I did.

    1. My exe file was SQLManagementStudio_x86_ENU.exe
    2. In command line typed in the below line and hit enter

    C:\Projects\Installer\SQL Server 2008 Management Studio\SQLManagementStudio_x86_ENU.exe /ACTION=install /SKIPRULES=PerfMonCounterNotCorruptedCheck

    (Note : i had the exe in this location of my machine C:\Projects\Installer\SQL Server 2008 Management Studio)

    1. SQL Server installation started and this time it skipped the rule for Perf counter registry values. The installation was successful.

提交回复
热议问题