I have already SQL Server Management Studio 2008R2 on my local machine. I just installed SQL Server Management Studio 2005 and wanted to connect for the first time. After going through the following steps
-> Open SSMS 2005
-> In Connect to SQL Server Dialogue
-> Servername dropdown(select browse for servers)
-> Select Network Servers tab
-> Wait for some time the you will see the SSMS 2008 R2 instance
-> Database Enginer tree view is expanded
-> Selected the instance which is showing my computer's name and appended \SQLEXPRESS to it.
-> Selected windows Authentication mode
-> Hit connect button
Then I'm seeing a popup saying
TITLE: Connect to Server
------------------------------
Cannot connect to PAVANKUMARRAO-N\SQLEXPRESS.
------------------------------
ADDITIONAL INFORMATION:
This version of Microsoft SQL Server Management Studio Express can only be used to connect to SQL Server 2000 and SQL Server 2005 servers. (Microsoft.SqlServer.Express.ConnectionDlg)
------------------------------
BUTTONS:
OK
------------------------------
How to connect to SSMS 2005 without uninstalling SSMS 2008 R2?? Please suggest a solution. Thanks in advance.
