惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
The Register - Security
The Register - Security
C
Cybersecurity and Infrastructure Security Agency CISA
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
P
Proofpoint News Feed
Project Zero
Project Zero
The GitHub Blog
The GitHub Blog
The Last Watchdog
The Last Watchdog
F
Fortinet All Blogs
S
Schneier on Security
Help Net Security
Help Net Security
Security Archives - TechRepublic
Security Archives - TechRepublic
C
Check Point Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
I
InfoQ
T
The Blog of Author Tim Ferriss
Cisco Talos Blog
Cisco Talos Blog
Stack Overflow Blog
Stack Overflow Blog
T
Troy Hunt's Blog
人人都是产品经理
人人都是产品经理
T
Threatpost
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
Cyber Attacks, Cyber Crime and Cyber Security
雷峰网
雷峰网
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
爱范儿
爱范儿
Forbes - Security
Forbes - Security
Vercel News
Vercel News
S
Security Affairs
美团技术团队
P
Privacy & Cybersecurity Law Blog
N
News and Events Feed by Topic
Cyberwarzone
Cyberwarzone
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Jina AI
Jina AI
Spread Privacy
Spread Privacy
Attack and Defense Labs
Attack and Defense Labs
IT之家
IT之家
U
Unit 42
Recorded Future
Recorded Future
W
WeLiveSecurity
PCI Perspectives
PCI Perspectives
P
Palo Alto Networks Blog
H
Hacker News: Front Page
S
Security @ Cisco Blogs
博客园 - 【当耐特】

博客园 - 阿强.Net

层的定位问题 转载:需求说明书四要素 .Net开源项目大全发布 DotBBS V1.8.0发布,欢迎下载 Js不间断滚动-上 - 阿强.Net - 博客园 JS不间断滚动-下 - 阿强.Net - 博客园 当表格内容超过预设的长宽后,自动产生滚动条 - 阿强.Net - 博客园 吸铁石网新发布 如何制作透明FLASH - 阿强.Net - 博客园 设为首页,加入收藏代码 - 阿强.Net - 博客园 利用VSS进行备份和恢复 DotBBSV1.1.0发布了 Sql server系统表 SQL中ntext类型字段的替换 DotBBSV1.0开源Asp.Net论坛系统 DotBBSV1.0发布,欢迎使用 javascript脚本跨站攻击与预防 javascript获取参数 - 阿强.Net - 博客园 js获取CuteEditor的值
如何手动卸载SQL Server 2005 实例
阿强.Net · 2009-02-14 · via 博客园 - 阿强.Net

当安装过SQL Server 2005之后,如果安装过程中出错的话,卸载并不容易卸干净。尤其是卸载SQL Server 实例,如果没有卸载掉实例,并不能通过重新安装SQL Server来覆盖它。在Vista系统下更是如此,在百度、Google的时候,有些网友在回答这个问题的时候说:SQL Server 2005与Vista不兼容,请楼主换个系统吧?呵呵。。

如果想完全卸载SQL Server 2005,需要以下几步即可:(这两个步骤摘自MSDN)

步骤 1:确保 Microsoft SQL Server 安装支持文件组件已安装

在“添加或删除程序”中,确保“Microsoft SQL Server 安装支持文件”出现在已安装的程序列表中。如果“Microsoft SQL Server 安装支持文件”出现在该列表中,请转到“步骤 2:运行命令以卸载 SQL Server 组件”一节。

如果“Microsoft SQL Server 安装支持文件”没有出现在该列表中,请先安装该组件,然后再继续。要安装该组件,请按照下列步骤操作:

1. 找到原始的 SQL Server 2005 安装介质。
2. 要安装支持文件,请双击“Servers\setup\sqlsupport.msi”文件。

注意:在“步骤 5:卸载 Microsoft SQL Server 安装支持文件组件”一节中,将卸载该组件。

步骤 2:运行命令以卸载 SQL Server 组件

在命令提示符下,运行下面的命令:

"%ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\ARPWrapper.exe /Remove"

一次卸载一个 SQL Server 组件,直到所有 SQL Server 组件都卸载。

注意:“添加或删除程序”还会使用“/Remove”选项运行 ARPWrapper.exe 程序。但是,对 ARPWrapper.exe 程序的引用可能已删除。

如果您已卸载 SQL Server Reporting Services,则必须执行下列任务:

删除 Reporting Services 虚拟目录
使用 Microsoft Internet 信息服务 (IIS) 管理器删除以下虚拟目录:
ReportServer[$InstanceName
Reports[$InstanceName
删除 ReportServer 应用程序池
使用 IIS Manager 删除 ReportServer 应用程序池。

然后在“添加或删除程序”中,按照顺序删除以下你所装有的SQL Server 2005组件

SQL Server 2005
SQL Server 2005 Analysis Services
SQL Server 2005 Reporting Services
SQL Server 2005 Notification Services
SQL Server 2005 Integration Services
SQL Server 2005 Tools
SQL Server 2005 联机图书
MSXML 6.0 Parser
SQLXML4
SQL Server VSS Writer
SQL Server 2005 Backward Compatibility
与 SQL Server 2005 有关的任何其他内容
SQL Server Native Client
SQL Server 安装支持文件

我想说的最后一招,也算是必杀技的,是下载一个小工具 Windows Installer 清理实用工具

安装过之后,选择所有关于SQL Server的程序,Remove掉即可!(注意不要多选,这里列出了所有它可以清除的程序)