zoukankan      html  css  js  c++  java
  • 总结SQLExpress2008安装

    一、如果安装过多个实例,必须彻底卸干净再重装,否则 Management Studio装不上。办法是这样的:

        1. Uninstall the existing SQL Server 2008 R2 Express Edition and all the components from the control panel. Remember to back up the user databases before uninstalling SQL Server.

    2. Backup the registry.

    3. Delete the following keys in “regedit.exe”:
    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer

    4. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server.

    5. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server.

    6. Rename all the SQL Server folders in the computer.

    7. Download and install Windows Cleanup Utility:
    _http://support.microsoft.com/?id=290301
    Run the utility and remove any SQL Server components that you find.

    8. Reboot the machine

    9. Delete remaining files manually.

    二、如果安装了 visual studio 2008,则必须升级到 SP1

    三、安装的时候不要直接运行,要解开到一个目录下面,然后到子目录下面找到 sqlsupport.msi 先安装一次,然后再重新运行 setup。(这真是太绝了,微软啊微软,如果不是老子赶时间没时间鼓捣mysql,我就一拳砸烂你个臭狗屎数据库)

  • 相关阅读:
    JAVA反射机制
    Android插件化
    MFC项目的建立
    [ACM]躲猫猫
    [ACM]某一天的n天后是几年几月几日
    [ACM]括号配对问题
    开发中好用的网站
    TCP与UDP(实时通讯)
    NSSet基本使用
    NSPredicate(正则表达式)
  • 原文地址:https://www.cnblogs.com/xiaotaoliang/p/1797858.html
Copyright © 2011-2022 走看看