
Manage Server & Client Network Protocols
SQL Server Configuration Manager allows you to configure server and client network protocols, and connectivity options. After the correct protocols are enabled, you usually do not need to change the server network connections. However, you can use SQL Server Configuration Manager if you need to reconfigure the server connections so SQL Server listens on a particular network protocol, port, or pipe. For more information about enabling protocols, see How to: Enable or Disable a Server Network Protocol (SQL Server Configuration Manager). For information about enabling access to protocols through a firewall, see Configuring the Windows Firewall to Allow SQL Server Access.
SQL Server Configuration Manager allows you to manage server and client network protocols, including the ability to force protocol encryption, view alias properties, or enable/disable a protocol.
SQL Server Configuration Manager allows you to create or remove an alias, change the order in which protocols are uses, or view properties for a server alias, including:
-
Server Alias — The server alias used for the computer to which the client is connecting.
-
Protocol — The network protocol used for the configuration entry.
-
Connection Parameters — The parameters associated with the connection address for the network protocol configuration.
The SQL Server Configuration Manager also allows you to view information about failover cluster instances, though Cluster Administrator should be used for some actions such as starting and stopping the services.
Available Network Protocols
SQL Server supports Shared Memory, TCP/IP, Named Pipes, and VIA protocols. For information about choosing a network protocols, see Choosing a Network Protocol. SQL Server does not support the Banyan VINES Sequenced Packet Protocol (SPP), Multiprotocol, AppleTalk, or NWLink IPX/SPX network protocols. Clients previously connecting with these protocols must select a different protocol to connect to SQL Server. You cannot use SQL Server Configuration Manager to configure the WinSock proxy. To configure the WinSock proxy, see your ISA Server documentation.