zoukankan      html  css  js  c++  java
  • [原]卸载mssqlserver2008R2并重新安装

    昨天安装2008R2的时候出错了,于是开始卸载,安装,但是由于卸载的不干净,导致mssql2008R2安装失败。总是在“Action "PostMsiTimingConfigAction" failed during execution”的地方执行不下去。于是查询了解决方法,并解决之。

    具体解决如下:

    Since you removed an existing SQL Server installation before installing SQL Server 2008 R2, the error might be caused by the leftover previous SQL Server installation. I suggest you uninstall the existing SQL Server instance by the following steps:
    1. Make sure you have administrative rights on the computer
    2. Uninstall the existing SQL Server 2008 and all the components from the control panel. Remember to backup the user databases before uninstalling SQL Server.
    3. Backup the registry.
    4. Delete the following keys in regedit:
    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
    5.  Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall  and delete all the sub-keys referencing SQL Server.
    6.  Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server.
    7.  Rename all the SQL Server folders in the computer.
    8. Try the steps in the “If you experience problems” section and “Step 3: Uninstall the support components” section from:
    http://support.microsoft.com/kb/909967
    9. Reboot the machine.
    10. Reinstall SQL Server 2008 R2.

    ---如果安装失败

    I find that some components need to be uninstalled. As follow:

    Microsoft Sync Framework Runtime v1.0(x64)

    Microsoft Sync Services for ADO.NET v2.0(x64)

  • 相关阅读:
    使用Beautiful Soup扒取指定标题
    平时笔记
    2017年暑期大数据培训小记
    ZoomIt的使用方法
    ASP.NET使用富文本控件KindEditor(一步到位,亲测有效)
    ASP.NET使用Ajax返回Json对象
    Python简易爬虫
    Class.forName()用法详解
    【4-1】js函数、事件、补充知识
    【3-30】document获取、事件、标记样式
  • 原文地址:https://www.cnblogs.com/liul21cn/p/3030906.html
Copyright © 2011-2022 走看看