在具有 SQL Express 的计算机上安装 SQL Server 2005 Standard
各位,
Visual Studio 在我的计算机上安装了 SQL Server Express,迄今为止它已经满足了我的需求。 我现在需要进行远程数据库支持,因此需要完整版本的management studio。 我尝试安装标准版本,但它被阻止,显然是因为 Express 有更新版本的文件。 我可以这样做吗? 他们在一起会玩得好吗?
谢谢
道格
Folks,
Visual Studio installed SQL Server Express on my computer, which to date has satisfied my needs. I now need to do remote database support so need the full version of management studio. I tried to install the standard version but it is blocked, apparently because Express has newer versions of the files. Can I do this? Will they play well together?
Thanks
Doug
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您不能在与 SQL Server Management Studio 2005 相同的计算机上运行 SQL Server 2005 Express。但是,您可以运行 SQL Server 2008 Express。
我卸载了 2005 并在我的计算机上安装了 2008 以解决该问题。
请参阅此博客文章了解更多信息。
You cannot run SQL Server 2005 Express on the same machine as SQL Server Management Studio 2005. However, you can run SQL Server 2008 Express.
I uninstalled 2005 and installed 2008 on my machine to work around that problem.
See this blog post for more info.
您或许还可以使用最新的服务包设置 2k5 安装的滑流并以这种方式安装。
You could probably also set up a slipstream for 2k5 install with the latest service packs and install it that way.
你的解决方案非常简单。 卸载 Express & 安装 SQL Server 2005。当您拥有完整版本时,为什么需要同时运行两者,而且当您只有一个实例时,麻烦会少一些。
Your solution is pretty simple. Uninstall Express & install SQL Server 2005. Why would you need both running side by side when you have the full version besides there's less headache when you have only one instance of it.