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 SQL Server Name and the port number separate by comma (can be found in your hosting control panel) into the SQL Server text box.
    e.g db11.seekdotnet.com,25000
  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

 

 

  • 22 Users Found This Useful
Was this answer helpful?

Related Articles

Can I have more than 1 database with my MS-SQL account?

Yes, please contact us at sales@seekdotnet.com for more information. We provide a flexible web...

Can I have more logins for my MS SQL database?

No, we only provide a single database user login.

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