我一直在运行 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 是什么。因此,我环顾四周,并决定按照 Microsoft 在 KB 909967 “如何手动卸载 SQL Server 2005 实例”中的建议卸载我计算机上的 SQL Server 2005 Express 最小安装的其余部分。那一点非常成功。
但是当我尝试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 有什么建议吗?您能提供的任何帮助将不胜感激!