Managing Clients

A client is a front-end application that uses the services provided by a server. The computer that hosts the application is referred to as the client computer. Client software enables computers to connect to a computer running Microsoft® SQL Server™ on a network.

SQL Server clients can include applications of various types, such as:

Regardless of the type of application, managing a client consists mainly of configuring its connection with the server components of SQL Server. Depending on your site’s requirements, client management can range from little more than entering the name of the server computer to building a library of custom configuration entries to accommodate a diverse multiserver environment.

Simple Client Management

For the majority of clients, the default network configuration installed during SQL Server Setup can be used without modification. For those clients, you need only supply the network name of the server running SQL Server to be able to connect. For ODBC clients, you may need to provide the client with the ODBC data source name, and know how to configure an ODBC data source.

Another simple client management technique is to change the default network protocol used by SQL Server to match that of your site. This is done by using SQL Server Client Network Utility and changing one setting.

Advanced Client Management

Advanced users can create and save individual network protocol configurations. This is useful in situations where SQL Server clients are connecting to multiple servers running different network protocols, or where unique site considerations, such as nonstandard port addresses, are used. Most of the topics in Managing Clients deal with these situations and the available options.

Before Configuring a Client

Before configuring a SQL Server client:

Client Management Tools

The following tools are used to manage most types of SQL Server clients:

See Also

SQL Server Network Utility

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.