无法在 SSMS 2005 上从 SQL Server 2008 打开表
我在本地工作站上使用 SSMS 2005,尚未在其上安装 SSMS2008。当我连接到 SQL Server 2008 实例并尝试从 SSMS2005“打开”表时,我无法打开。相反,我收到一个错误(弹出窗口),内容如下:
未指定的错误
(MS视觉 数据库工具)
我已经在 2 个 SQL Server 2008 实例上尝试过此操作,我尝试从头开始创建数据库。我办公室的其他用户也存在同样的问题。我有最新版本的SSMS2005。
也许这不受支持?
I am using SSMS 2005 on my local workstation and have not yet installed SSMS2008 on it. When I connect to a SQL Server 2008 instance and try to "open" a table from SSMS2005 I cannot open. Instead I get an error (popup) that says:
Unspecified Error
(MS Visual
Database Tools)
I have tried this on 2 SQL Server 2008 Instances, I have tried creating a database from scratch. The same problem exists for other users in my office. I have latest version of SSMS2005.
Perhaps this is not supported?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信问题是您正在尝试使用 SQL Management Studio 版本 2005(SSMS 2005) 连接到 SQL Server 2008 实例...这是不允许的。
相反,下载 Management Studio 版本 2008 (SSMS 2008),您应该能够毫无问题地连接到 SQL Server 2008 实例。
SSMS 2008 Express:
http: //www.microsoft.com/downloads/details.aspx?familyid=08e52ac2-1d62-45f6-9a4a-4b76a8564a2b&displaylang=en
I believe the problem is that you are trying to connect to a SQL Server 2008 instance using SQL Management Studio version 2005(SSMS 2005)... this is not allowed.
Instead, download Management Studio version 2008 (SSMS 2008) and you should be able to connect to your SQL Server 2008 instance without any problems.
SSMS 2008 Express:
http://www.microsoft.com/downloads/details.aspx?familyid=08e52ac2-1d62-45f6-9a4a-4b76a8564a2b&displaylang=en
我可以使用 SQL Server Management Studio 2005 for 2008数据库?
Can I use SQL Server Management Studio 2005 for 2008 DB?