How do I get a copy of MS SQL Enterprise Manager and Query Analyser?

Microsoft does not distribute MS SQL client tools individually, they are bundled with MS SQL Server installation.

You can download a evaluation copy of the software from Microsoft's web site, http://www.microsoft.com/sql/evaluation/trial/

An inexpensive alternative (under $50.00) is to purchase Microsoft SQL Server 2000 Developer Edition.

This provides the entire Enterprise Edition with 2 restrictions.

  • No commercial usage. Development and Testing only.
  • Limited to 8 simultaneous connections.

Je li Vam ovaj odgovor pomogao?

 Ispiši članak

Također pročitajte

How do I obtain the MS SQL database disk usage?

Execute this command in Sql Query Analyzer exec sp_spaceused The database size is measured in...

How to connect to SQL Server 2000 using Enterprise Manager?

To connect to your Microsoft SQL Server database using Enterprise Manager to manage your...

Do you support MSDE 2000?

No, we do not support MSDE 2000. The Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) is a...

I get "SQL Server does not exist or access is denied" error when I tried to connect to MS SQL database on your server?

This error indicates that Enterprise Manager or Query Analyzer cannot make a connection the...

I am able to view and access a SQL database other than my own while connected with Enterprise Manager, Query Analyzer, or the SQL Web admin. What is wrong?

This happens because the customer has added Guest Access/Public to their SQL...