How to connect to SQL Server 2000 using Query Analyser?

To connect to your Microsoft SQL Server 2000 database using the Query Analyser, you will need to follow the steps listed below:

  1. Open Query Analyzer.
  2. Goto to File -> Connect or (Ctrl-O).
  3. Type the server name and the port number (can be found in your hosting control panel) into the SQL Server text box.
  4. Check SQL Server Authentication.
  5. Type in the login name and password (can be found in your database activation email) into their respective textboxes.
  6. Click Ok

Note : Our Database Server is configured on port 25000. That's why in the Server Field of the Query Analyzer, you have to put the port Number by putting comma beside the SQLServer Name

Example : Db11.ASPWebHosting.com.au,25000 in the Server Field.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

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

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

How do I configure the SQL Server Client connection protocol?

To connect to a remote MS SQL Server over the Internet using SQL clients (Enterprise Manager,...

Do you support MSDE 2000?

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

Can I have more logins for my MS SQL database?

For old In House Control Panel : No. We only provide a single database user login. For...