【发布时间】:2009-01-30 19:15:20
【问题描述】:
我一直在运行 SQL Server 2005 Express Management Studio (“SSMSE”),现在我需要安装完整版的 Management Studio (“SSMS”)。这是一个已知的麻烦,但我还没有找到一个全面的方法来执行它。
首先,我卸载了 SSMSE,然后运行 SqlRun_Tools.msi 来安装工具集。我收到此错误消息:
A component that you have specified in the ADD_LOCAL property is already
installed. To upgrade the existing component, refer to the template.ini
and set the UPGRADE property to the name of the component.
我不知道 template.ini 是什么。所以我环顾四周,决定按照微软在 KB 909967 中的建议卸载我电脑上的 SQL Server 2005 Express 的其余最小安装,"How to uninstall an instance of SQL Server 2005 manually." 那位非常成功。
但是当我尝试再次运行SqlRun_Tools.msi 时,当安装程序“准备安装向导”时,我遇到了这个混乱:
The setup has encountered an unexpected error in datastore. The action
is SetDialogs. The error is : Source File Name:
...\datastorecachexmlschema.cpp
**** Compiler Timestamp: Fri Jul 29 01:13:50 2005
**** Function Name: DataStoreCacheXMLSchema::initScopeRecord*****Sour...
(但用方框字符替换星号,这可能是原始消息中的 CR-LF)
这很令人沮丧。有人对在 SSMSE 之上安装完整版本的 SSMS 有什么建议吗?您能提供的任何帮助将不胜感激!
【问题讨论】:
-
它没有帮助,但我遇到了这个问题,它是一个正确的 PITA。我实际上有一台机器我现在无法安装任何版本的管理工作室,并且没有多少注册表黑客将使其工作:-(
-
您是否安装了任何其他 SQL 组件,例如 SNAC、设置或帮助文件?
-
根据 KB 909967,我删除了所有 SQL2K5 组件。我唯一剩下的就是 SQL Server 2000 DTS 设计器组件。我认为这不会很重要。
-
我已经验证过了...删除 SQL Server 2000 DTS 设计器组件没有帮助。感谢您的帮助,robsymonds。
标签: sql-server-2005 installation ssms