Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted
Updated 29-Oct-12 2:23am
v2

1 solution

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
 
Share this answer
 
Comments
Miss Maheshwari 29-Oct-12 8:22am    
so for installing SSMS 2008 should i uninstall the SSMS 2005...and my database will work on this version.... and i am working on visual studio 2005...can i have connection with ssms 2008
MT_ 29-Oct-12 8:33am    
As far as I know, it can co-exist. Older database works with SSMS 2008 so even if you un-install, you should be fine. Don't take my word though, Check the details at the link provided - Milind
MT_ 29-Oct-12 8:42am    
Did that answer your question? If yes, mark it as answer/upvote.
Miss Maheshwari 29-Oct-12 9:03am    
i am trying this...if it will solve my problem then obvsly i'll mark :) :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900