Search code examples
sql-server-2005sql-server-2000ssms

SQL Sever Management Studio for SQL Server 2000


We use mostly SQL Server 2005 but have a few SQL Server 2000 servers laying around. Is there a SQL Server Management Studio like application for SQL Server 2000?

Thank you.


Solution

  • SQL Server 2000 Management Tools includes Enterprise Manager (like Management Studio), Query Analizer (a tool to execute scripts) and Profiler (a tool to profile queries).

    And you can connect and work in your SQL Management Studio 2005 with SQL Server 2000 :)

    Or you can use EMS SQL Manager if you want something different.