A matching pair of Microsoft® SQL Server™
All of the SQL Server client and server Net-Libraries are installed by SQL Server Setup. By default, during setup:
After the network connections are installed and configured, SQL Server can listen on any combination of the server Net-Libraries simultaneously.
The correct network protocols should already be installed on the client and server. Network protocols are typically installed during Windows setup; they are not part of SQL Server Setup. A SQL Server Net-Library will not work unless its corresponding network protocol is already installed on both the client and server.
If you have installed SQL Server and want to change your server Net-Libraries, start SQL Server Network Utility. This application allows you to activate, deactivate, and reconfigure server Net-Libraries to listen for clients on their corresponding network protocols.
When running on Windows 98, SQL Server does not support the server Named Pipes Net-Library. If you are using a Windows 98 server to run SQL Server, either the default Net-Library for the client must be changed to TCP/IP Sockets or Multiprotocol, or a new configuration entry must be created on the client that uses one of those Net-Libraries.
After activating the appropriate server Net-Library for a network protocol, you must configure any clients accessing the server through that network protocol. Use Client Network Utility to:
Configuring Client Network Connections