Is it possible to manage SQL Server 2008 databases using SQL Server 2008 R2 Management Studio?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
Yes, it is possible to use the SSMS from R2 to connect to a database server from any of the previous versions (I'm not sure about version pre SQL 2000, but it's not your case anyways). You won't have all possible features activated (like Utility Explorer), but that shouldn't stop you to use it properly. |
|||
|
|
|
Yes you can manage SSMS 2008 R2 to manage SQL Server 2008 databases. You can also use Utility Control Point for SQL Server 2008 instances if you have SQL Server 2008 Service Pack 2. |
|||
|
|