Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

SQL Server 2008 : SQL Server Configuration Manager (part 2) - SQL Server Network Configuration

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
6/24/2011 5:54:31 PM

3. SQL Native Client Configuration

The various settings under SQL Native Client Configuration section of the Configuration Manager determines how client applications will connect to SQL Server 2008. Modifications within this section will influence how the client tools on the server or machine connect to SQL Server. Modifying client configuration on the server where the instance resides only modifies the configuration for the local instance, not all instances. The Native Client Configuration section has two subsections: Client Protocols and Aliases.

The Client Protocols section (see Figure 13) lists the available protocols that SQL Server Client tools use to connect to the Database Engine. The available protocols are the same that we discussed in the preceding section: Shared Memory, TCP/IP, Named Pipes, and VIA. One important attribute to pay attention to in the Client Protocols section is the Order column—this column specifies the order of the protocols used when trying to connect the Client tools to SQL Server.

Figure 13. Client protocols supported by SQL Native Client Configuration

You can arrange the order of the enabled protocols, except for the Shared Memory protocol. That protocol will always be number 1 when enabled. Figure 14 shows the Client Protocols Properties dialog that you use for changing protocol order.

Figure 14. The dialog in which the order of protocols is changed

The work of configuring the client protocols is not as involved as that of configuring the network protocols that we discussed earlier. The Shared Memory protocol only has two options again: enabled or disabled. TCP/IP has a couple more options: Default Port, Enabled, Keep Alive, and Keep Alive Interval (see Figure 15). The default port is the one that the Client tools will utilize when connecting to SQL Server. If the default instance does not use the default port (port 1433), then modify the setting in the Default Port option.

Figure 15. The TCP/IP Properties in the Client Configuration section

If you are connecting to a named instance, then the client will query the SQL Server Browser service to determine the port to connect to. If the Browser service is not running, then the port number must exist in the connection string. The Keep Alive option determines how long it will take an idle connection to send the Keep Alive packet to ensure that the connection is still active. The Keep Alive Interval option shows the amount of time between resubmissions of the Keep Alive packet when transmissions are not received from the Client tools.

The Named Pipes and the VIA protocol settings are simple to configure with minimal decision points. In the Named Pipes protocol properties, you have two configurable options (enabled or disabled) and the path to the default path. In VIA properties, you have a couple of options, the default server and default network interface card (NIC).

As you can see, the SQL Server Configuration Manager has a number of configurable options that can affect the way that SQL Server and its components start and are communicated with. From within the Configuration Manager, you have the power to prevent SQL Server or any of its components from starting and from being reachable from applications. So before making modifications to any of the options within the Configuration Manager, ensure you are aware of the impact of the changes that you make.
Other -----------------
- SQL Server 2008 : SQL Server Configuration Manager (part 2) - SQL Server Network Configuration
- BizTalk 2009 : WCF LOB Adapter SDK - WCF LOB Adapter Vivisected
- BizTalk 2009 : WCF LOB Adapter SDK - WCF LOB Adapters vs. WCF Services
- BizTalk 2009 : Understanding the WCF LOB Adapter
- SQL Server 2008 High Availability : Database Clustering
- SQL Server 2008 High Availability : Database Mirroring (part 2) - SharePoint and Database Mirroring
- SQL Server 2008 High Availability : Database Mirroring (part 1) - How to Configure Database Mirroring
- Sharepoint 2010 : SharePoint Disaster Recovery Testing and Maintenance
- Microsoft PowerPoint 2010 : Working Together on Office Documents - Publishing Slides to a SharePoint Library
- Microsoft PowerPoint 2010 : Working Together on Office Documents - Inviting Others to a Groove Workspace & Saving a Document to a SharePoint Server
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server