Sql Server 2000 Express Download

SQL Server 2000 Service Pack 1 (SP1) addresses specific issues that were discovered in SQL Server 2000 since its ship date. SP1 for SQL Server 2000 is provided in three parts to reduce the size of. Download Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) Release A, a new release of MSDE 2000 that is now available for free. This release includes the fixes for the Slammer (W32.slammer) worm. Link to download SQL Server 2000 – Learn more on the SQLServerCentral forums. You should be installing the Express version of SQL 2008.

Active5 years, 9 months ago

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.

user141594user141594
1292 gold badges3 silver badges14 bronze badges

6 Answers

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).

Microsoft Sql Server 2000 Express Edition Free Download

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.

silentsilent

In SQL 2000, you can use Enterpise Manager to browse objects and perform many administrative tasks. You can use SQL Query Analyzer to write and run SQL, view query execution plans, etc. SQL Profiler can be used to profile queries.

However, you can use the SQL 2005 version of SQL Server Management Studio (SSMS) to connect to SQL 2000 servers and it works great.

Joe BaroneJoe Barone
2,9233 gold badges20 silver badges20 bronze badges

Yes. It comes shipped with SQL Server 2000 and is called Enterprise Manager. It does not do everything SQL Server Management Studio does though (ie. like let you run queries - you have to use Query Analyzer for that).

You can use SQL Server Management Studio to connect to SQL 2000 though, so why not just use that?

adrianbanksadrianbanks

Sql Server 2000 Express Sp4 Download

69.1k18 gold badges151 silver badges189 bronze badges
Sql Server 2000 Express Download

Well, the management tools that actually shipped with SQL Server 2000 were:

SQL Server 2000 Query Analyzer, SQL Server 2000 Query Designer, SQL Server 2000 Profiler & SQL Server 2000 Enterprise Manager

The Enterprise Manager was the main management tool used to create & edit databases and schemas, stored procedures etc. and the Query Analyser tool was effectively the same as the Query Window in SQL Server 2005 Management Studio.

It's completely fine, however, to use the SQL Server 2005 Management Studio to administer and configure SQL Server 2000 database servers.

CraigTPCraigTP
37.1k8 gold badges64 silver badges95 bronze badges

I use the sql server management studio 2005 tools on our sql 2000 server instances. We have licenses for both servers, and I found those tools easier to use than the old enterprise manager tools that come with sql 2000

Jeremy

Sql Server 2000 Download

SqlJeremy
24.6k59 gold badges172 silver badges293 bronze badges

There was a tool called DBAMgr2K which was extensive and did the job nicely and will handle SQL Server 2000 if you do not have SQL Management tools.

Hope this helps,Best regards,Tom.

t0mm13bt0mm13b

Sql Server 2000 Express Edition Download

Sql

Ms Sql Server 2000 Express Edition Download

30.1k6 gold badges63 silver badges98 bronze badges

Sql Server 2000 Express Download

Not the answer you're looking for? Browse other questions tagged sql-server-2005sql-server-2000ssms or ask your own question.