How to connect to SQL Server 2000 using Query Analyzer? Print

  • 0

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

  • Open Query Analyzer
  • Go to File -> Connect or (Ctrl-O)
  • Type the server name and comma with port number (1750)(can be found in your hosting MSSQL Manager section of control panel) into the SQL Server text box
  • Check "SQL Server Authentication"
  • Type in the login name and password (can be found in your database activation email) into their respective text boxes
  • Click "Ok"

Was this answer helpful?

« Back