如何徹底的解除安裝sql server資料庫

Endv發表於2014-10-05
如何徹底的解除安裝sql server資料庫
 
 好不容易裝上了sql server 2012資料庫,可是卻不能連線本地的資料庫,後來發現缺少一些服務,於是決定重新安裝,但是解除安裝卻很麻煩,如果解除安裝不乾淨的話,重新安裝會出問題,所以下面就總結一些方法:
 
在解除安裝sql server 2012後,大家都希望能夠將登錄檔資訊完全刪乾淨,下面就將教您徹底刪除sql server 2012登錄檔的方法,供您參考,刪除之前,請一定要做好備份工作喲。
在解除安裝sql server 2012開始——執行:輸入regedit 進入登錄檔編輯器,進入之後執行下列操作: 
1.徹底刪除sql server 2012: 
hkey_local_machine\software\Microsoft\MSSQLServer
hkey_local_machine\software\Microsoft\Microsoft SQL Server
hkey_current_user\software\Microsoft\Microsoft SQL Server
hkey_current_user\software\Microsoft\MSSQLServer
hkey_local_machine\system\currentcontrolset\control\sessionmanager\pendingfileren       ameoperations 
 
2。登錄檔中的相關資訊刪除: 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer。 
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSDTC。 
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager中找到PendingFileRenameOperations專案,並刪除它。這樣就可以清除安裝暫掛專案
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\setup 
刪除ExceptionComponents 
3、執行登錄檔,刪除如下項: 
HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server 
 
HKEY_USERS\S-1-5-21-2668230077-3704407121-3760209252-500\Software\Microsoft\Microsoft SQL Server 
 
HKEY_USERS\.DEFAULT\Software\Microsoft\VisualStudio
 
HKEY_USERS\.DEFAULT\Software\Microsoft\SQL Server Management Studio
 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server 
 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer 
 
4、檢視服務列表裡面有哪些sqlserver的服務殘留,然後在以下地方,將sqlserver相關的服務全部刪除. 
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services 
將SQL SERVER安裝路徑下,如:C盤——Program File下的Microsoft SQL Server 資料夾刪除 
重啟計算機 
 
SQL SERVER 2012 真的好煩~不容易卸乾淨的~下面的方法提供給那些懶得重灌系統的“懶人”~ 親測~ 
1.停掉SQL SERVER 2012所有相關服務 
2.在控制皮膚“新增刪除程式”中,刪除SQL SERVER2012相關的程式 
3.下載 Windows Install Clean Up 工具解除安裝SQL 2012元件 (google it ~關於怎麼用懶得寫,看看就知道了)刪除所有SQL服務
4.清除登錄檔 
    將HKEY_CURRENT_USER---Software----Microsoft下的Microsoft SQL Server資料夾全部刪除 
    將HKEY_LOCAL_mACHINE---SOFTWARE---Microsoft下的Microsoft SQL Native Client ,Microsoft SQL Server, Microsoft SQL Server 2012Redist全部刪除
5.刪除殘留檔案 
6.將SQL SERVER安裝路徑下,如:C盤——Program File下的Microsoft SQL Server 資料夾刪除 
7.重啟計算機 (這世界清淨了) 
 
注意:執行sqlserver2012提供的解除安裝例項程式,雖然解除安裝掉了例項,但是在系統的服務中任然看得到該例項.那麼,先按照上面的方法清理登錄檔,然後再重啟計算機即可
 
 
修復軟體安裝問題和軟體解除安裝問題    
            自動診斷您的計算機上會阻止安裝和解除安裝程式的問題。 幫助修復無法正常解除安裝的程式和阻止新程式安裝的程式。        
                    修復的問題...                
  • 刪除 64 位作業系統上錯誤的登錄檔項。
  • 控制損壞的升級(修補)資料的 Windows 登錄檔項。
  • 解決阻止新程式安裝的問題。
  • 解決阻止程式完全解除安裝和阻止新的安裝和更新的問題。
  • 僅當程式無法使用 Windows 的“新增/刪除程式”功能解除安裝時,才使用此疑難解答程式進行解除安裝。
                    執行於...                
  • Microsoft Windows Server 2003
  • Microsoft Windows Server 2003 R2
  • Microsoft Windows XP
  • Windows 7
  • Windows Server 2008
  • Windows Server 2008 R2
  • Windows Vista
  • Windows 8
  • Windows 8.1
  • Windows Server 2012 editions
  • Windows Server 2012 R2
適用於...                
  • Microsoft Visual Studio 2005
  • Microsoft Visual Studio 2005 Professional Edition
  • Microsoft Visual Studio 2005 Professional Edition with MSDN Premium Subscription
  • Microsoft Visual Studio 2005 Professional Edition with MSDN Professional Subscription
  • Microsoft Visual Studio 2008
  • Microsoft Visual Studio 2008 Standard Edition
  • Microsoft Visual Studio 2008 Professional Edition
  • Microsoft Visual Studio 2008 Express Edition
  • Microsoft Visual Studio 2008 Academic Edition
  • Microsoft Visual Studio 2008 Software Development Kit
  • Microsoft Visual Studio 2008 Tools for Applications Software Development Kit
  • Microsoft Visual Studio 2008 Shell (integrated mode)
  • Microsoft Visual Studio 2008 Shell (isolated mode) Redistributable Package
  • Microsoft Visual Studio 2010
  • Microsoft Visual Studio 2010 Ultimate with MSDN
  • Microsoft Visual Studio 2010 Ultimate
  • Microsoft Visual Studio 2010 Professional with MSDN
  • Microsoft Visual Studio 2010 Professional
  • Microsoft Visual Studio 2010 Professional with MSDN Embedded
  • Microsoft Visual Studio 2010 Premium
  • Microsoft Visual Studio 2008 Professional Edition with MSDN Embedded
  • Microsoft Visual Studio 2010 Remote Debugger
  • Microsoft Visual Studio 2010 Shell (Isolated)
  • Microsoft Visual Studio 2010 Shell (Integrated)
  • Microsoft Visual Studio 2010 Software Development Kit

相關文章