How to connect to older version MS SQL using Enterprise Manager?

To connect to older version of MS SQL database (such as MS SQL 2000), you can use Enterprise Manager.

Before creating the connection to your SQL database ensure you have created the databse & user also make sure you know the IP Address of the server your SQL database is located on.

When creating an SQL connection using SQL Server you will need to:

Configure the server alias

1. Open SQL Server Client Network Utility.
2. When Client Network Utility opens, click on the Alias tab.
3. Click on the Add button.
4. In the Server Alias text box enter a name for your SQL connection.
5. Select TCP/IP under Network libraries
6. Enter the IP address of the Server your SQL database is located on, in the Server name text box.
7. Click on the OK button.
8. Your Server alias will now be configured, click on the Apply button.
9. Click on the OK button.

Create Connection

1. Open SQL Server Enterprise Manager
2. When Enterprise Manager opens, right click SQL Server Group and select New SQL Server Registration.
3. The Register SQL Server wizard will now open.
4. Click on the Next button.
5. From the Available Servers drop down menu, select the server alias you created earlier.
6. Click on the Add button.
7. The server should now be listed under Added servers, click on the Next button.
8. When the next dialog box appears select "The SQL Server login information that was assigned to me by the system administrator".
9. Click on the Next button.
10. Enter your Login name and Password – this will be used every time you connect to your SQL server.
11. Click on the Next button.
12. Ensure that "Add the SQL Server(s) to an existing SQL Server group" is selected and "SQL Server Group" is selected for Group name.
13. Click on the Next button.
14. When the next dialog box opens you can click on the Finish button.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

SolidCP & MSPControl: Create MS SQL database

Please follow the steps below to create your MSSQL Server Database in control panel. * Please...

SolidCP & MSPControl: How to backup MSSQL database via control panel

You can backup the entire MSSQL database from hosting control panel.Please follow the steps below...

How to connect to MSSQL database using SQL Server Management Studio?

To manage your MS SQL database using SQL Server Management Studio.SQL Server Management Studio...

Connection strings for SQL Server

Connection string is a string that contains information about a data source and means of...

SolidCP & MSPControl: How to restore MSSQL database via control panel

You can restore the entire MSSQL database from the web hosting control panel.Please follow the...