<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[gOxiA=苏繁=SuFan Blog]]></title> 
<link>https://maytide.net/index.php</link> 
<description><![CDATA[gOxiA,苏繁,sufan,Microsoft MVP]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[gOxiA=苏繁=SuFan Blog]]></copyright>
<item>
<link>https://maytide.net/read.php/1577.htm</link>
<title><![CDATA[HOWTO: 解决因 RsFX devicer 而无法卸载 SQL Server 的问题]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[SQL Server]]></category>
<pubDate>Sun, 11 Mar 2012 11:59:10 +0000</pubDate> 
<guid>https://maytide.net/read.php/1577.htm</guid> 
<description>
<![CDATA[ 
	<p><a href="http://goxia.maytide.net/ftpupfiles/eb90baed0fc0_11806/SQL-Server-2012_logo_thumb2.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="SQL-Server-2012_logo_thumb2" border="0" alt="SQL-Server-2012_logo_thumb2" src="http://goxia.maytide.net/ftpupfiles/eb90baed0fc0_11806/SQL-Server-2012_logo_thumb2_thumb.png" width="240" height="56" /></a></p>&nbsp;&nbsp;<p><font color="#fd3f0d" size="4"><strong>HOWTO: 解决因 RsFX devicer 而无法卸载 SQL Server 的问题</strong></font></p>&nbsp;&nbsp;<p><a href="http://goxia.maytide.net/" target="_blank">gOxiA</a> 今天完成了 SQL Server 2012 RTM 的下载，因在本地安装有 <a href="http://www.microsoft.com/web/webmatrix/" target="_blank">Microsoft WebMatrix</a>，所以先把本机的 SQL Server 2008 R2 Express 做了升级安装，即在安装向导中选择了“<font style="background-color: #ffff00">从 SQL Server 2005、SQL Server 2008 或 SQL Server 2008 R2 升级</font>”，在完成升级安装后根据向导提示重新启动了计算机，但是发现之前的 SQL Server 2008 组件并没有被卸载，“SQL Server Management Studio”仍旧可以使用，随即打开“程序和功能”手工卸载 SQL Server 2008。</p>&nbsp;&nbsp;<p>到卸载 SQL Server 2008 R2 安装程序支持文件时，遇到了问题：“<font style="background-color: #ffff00">警告 26003。无法卸载 Microsoft SQL Server 2008 R2 安装程序支持文件，因为安装了以下产品：Microsoft SQL Server 2008 R2 RxFx Driver</font>”。但是在程序列表中并未找到该程序，在网上找了找资料，可以使用 WMIC（<i><i>Windows</i> <i>Management</i> <i>Instrumentation</i> <i>Command-line</i></i>）列出当前系统上安装的应用程序，最后再使用 MSIEXEC /X 将其卸载！</p>&nbsp;&nbsp;<p><a href="http://goxia.maytide.net/ftpupfiles/eb90baed0fc0_11806/1_thumb.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1_thumb" border="0" alt="1_thumb" src="http://goxia.maytide.net/ftpupfiles/eb90baed0fc0_11806/1_thumb_thumb.png" width="644" height="297" /></a></p>&nbsp;&nbsp;<p>首先打开 CMD 命令行环境，键入“<font style="background-color: #ffff00">WMIC</font>”，然后执行“<font style="background-color: #ffff00">product list</font>”列出当前系统上安装的应用程序。找到 Microsoft SQL Server 2008 R2 RsFx Driver。</p>&nbsp;&nbsp;<p><a href="http://goxia.maytide.net/ftpupfiles/eb90baed0fc0_11806/2_thumb.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2_thumb" border="0" alt="2_thumb" src="http://goxia.maytide.net/ftpupfiles/eb90baed0fc0_11806/2_thumb_thumb.png" width="644" height="267" /></a><a href="http://goxia.maytide.net/ftpupfiles/eb90baed0fc0_11806/3_thumb.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3_thumb" border="0" alt="3_thumb" src="http://goxia.maytide.net/ftpupfiles/eb90baed0fc0_11806/3_thumb_thumb.png" width="644" height="268" /></a></p>&nbsp;&nbsp;<p>最后就可以使用“<font style="background-color: #ffff00">msiexec /x &#123;<em>GUID</em>&#125;</font>”命令行进行卸载，当 RsFx Driver 卸载后，其他的 SQL Server 组件就可以正常卸载了！</p>&nbsp;&nbsp;<p><a href="http://goxia.maytide.net/ftpupfiles/eb90baed0fc0_11806/4_thumb.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4_thumb" border="0" alt="4_thumb" src="http://goxia.maytide.net/ftpupfiles/eb90baed0fc0_11806/4_thumb_thumb.png" width="644" height="269" /></a></p><br/>Tags - <a href="https://maytide.net/go.php/tags/microsoft/" rel="tag">microsoft</a> , <a href="https://maytide.net/go.php/tags/sql/" rel="tag">sql</a> , <a href="https://maytide.net/go.php/tags/server/" rel="tag">server</a> , <a href="https://maytide.net/go.php/tags/2012/" rel="tag">2012</a>
]]>
</description>
</item><item>
<link>https://maytide.net/read.php/1577.htm#blogcomment5008</link>
<title><![CDATA[[评论] HOWTO: 解决因 RsFX devicer 而无法卸载 SQL Server 的问题]]></title> 
<author>2014 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 14 Sep 2014 15:11:10 +0000</pubDate> 
<guid>https://maytide.net/read.php/1577.htm#blogcomment5008</guid> 
<description>
<![CDATA[ 
	您好，我操作的时候输入“produt list”回车的时候出现的是：produt - alias not found是怎么回事？请指教。
]]>
</description>
</item><item>
<link>https://maytide.net/read.php/1577.htm#blogcomment5011</link>
<title><![CDATA[[评论] HOWTO: 解决因 RsFX devicer 而无法卸载 SQL Server 的问题]]></title> 
<author>gOxiA &lt;goxia@live.cn&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 15 Sep 2014 08:29:42 +0000</pubDate> 
<guid>https://maytide.net/read.php/1577.htm#blogcomment5011</guid> 
<description>
<![CDATA[ 
	to:2014, 您好！请确认在wmic环境下键入了正确的命令行是product list
]]>
</description>
</item>
</channel>
</rss>