How do I connect to a Remote SQL Server?

Sometimes you cannot log in locally to a SQL server, so you need to make a remote connection. Usually this is over the Internet using TCP/IP. Enterprise Manager and Query Analyzer are part of the SQL Tools and can be found in the SQL Server installation disk. You can download an evaluation version of SQL Server from Microsoft's web site. Once the trial period has elapsed the local database will no longer function, but the SQL Client tools will continue to operate fine.

Configuring SQL Connection Alias
Once you have installed the SQL Server Client Tools on your local workstation or server, you can find the tools under the Start menu (on your desktop)- Programs - Microsoft SQL Server. Select the option called Client Network Utility.

In the Networking Utility click on the alias tab, then click add.

Make sure TCP/IP is selected in the Network libraries. By default, the SQL 7.0 client tools use Named Pipes protocol. In the Server alias field enter the fully qualified domain name or the IP address of the SQL server you are connecting to. The Connection parameters are filled in automatically. Click OK to exit both of the opened windows.

Configuring Enterprise Manager
Now that the location of the SQL Server and the protocol to use has been configured, you are ready to configure your Enterprise Manager. Open Enterprise Manager, which is found under Microsoft SQL server in your Start Menu.

In the Tree view on the left side of the application window, expand Microsoft SQL Server. Right click SQL Server Group and select New SQL Server Registration. Click next.


Select the alias that you just created and click add and then next. In the next window, select SQL Server Authentication and click next. Enter your SQL server username and password and click next twice and then finish.

Enterprise Manager will then connect to the SQL server and authenticate your username and password. You also can now connect with Query Analyzer using the same connection alias you created for Enterprise Manager.

  • 49 istifadəçi bunu faydalı hesab edir
Bu cavab sizə kömək etdi?

Uyğun məqalələr

Create MS Access DSNLess connection string

Many people have requested this so here it is: "DRIVER={Microsoft Access Driver...

Do you support ASP?

 Yes, we support ASP.

Do you support Cold Fusion?

We do not support or Cold Fusion on our shared hosting servers, however you are more than welcome...

Do you support Servlets/JSP on Windows Server?

Yes, we support Servlet/JSP on our Windows Server.

Enable Parent Paths in Plesk - Windows Server

Many scripts use a function called parent paths. If you are running one of these scripts and...