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

前端 未结 11 1441
抹茶落季
抹茶落季 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条回答
  •  春和景丽
    2021-01-30 17:27

    Save the execution file on your desktop Make sure you note the name of your file Go to start and type cmd right click on it

    select run as administrator press enter

    then you something below

    C:\Users\your computer name\Desktop>

    If you are seeing

    C:\Windows\system32>

    make sure you change it using CD

    type the name of your file

    C:\Users\your computer name\Desktop>the name of the file your copy.exe/ACTION=install /SKIPRULES=PerfMonCounterNotCorruptedCheck

提交回复
热议问题