从本地sql server 2005连接到我的远程数据库服务器时出错

从本地sql server 2005连接到我的远程数据库服务器时出错

问题描述:

您好,当我尝试连接到远程数据库服务器时,错误即将来临...
此版本的Microsoft SQL Server Management Studio仅可用于连接到SQL Server 2000和SQL Server 2005服务器. (ConnectionDlg)
sql server management studio express 2005 ..请一些帮助它的紧急

hello when i am trying to connect to my remote database server the error is coming...
This version of Microsoft SQL Server Management Studio can only be used to connect to SQL Server 2000 and SQL Server 2005 servers. (ConnectionDlg)
sql server management studio express 2005..please some one help its urgent

我相信您得到的错误很容易解释!
您尚未指定要连接的版本的SQL Server,但是您有一个较高版本的数据库(SQL 2008),并且您尝试使用不允许的旧SSMS连接该数据库.

您需要从 http://msdn.microsoft.com/zh-CN/library下载/安装较新的SSMS. /ms365247.aspx [ ^ ]

希望对您有帮助
Milind
I believe the error you are getting is pretty self explanatory !

You have not specified which version SQL server you are trying to connect, but you have got a higher version database (SQL 2008) and you are trying to connect it using old SSMS which is not allowed.

You need to download/install newer SSMS from http://msdn.microsoft.com/en-us/library/ms365247.aspx[^]

Hope that helps
Milind