1、卸载原有的SQL Server
2、删除Microsoft SQL Server目录以及所有文件
3、删除注册表(如果存在则删除):
HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server
HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet01\Control\Session Manager 中的PendingFileRenameoperations项目
4、用odbcconf.exe来重新注册一下ODBC Driver,在Windows/System32目录下有几个脚本文件,用来完成驱动程序的注册:
odbcconf.exe /S /Lv odbcconf.log /F %systemroot%/system32/mdaccore.rsp
odbcconf.exe /S /Lv odbcconf.log /F %systemroot%/system32/sqlclnt.rsp
odbcconf.exe /S /Lv odbcconf.log /F %systemroot%/system32/odbcconf.rsp
odbcconf.exe /S /Lv odbcconf.log /F %systemroot%/system32/redist.rsp