Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.78 KB

using-transparent-network-ip-resolution.md

File metadata and controls

35 lines (30 loc) · 1.78 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
Using Transparent Network IP Resolution
Using Transparent Network IP Resolution
David-Engel
v-davidengel
01/02/2020
sql
connectivity
reference

Using Transparent Network IP Resolution

[!INCLUDE SQL Server]

[!INCLUDEDriver_OLEDB_Download]

Purpose

Transparent Network IP Resolution (TNIR) is a revision of the existing MultiSubnetFailover feature. TNIR affects the connection sequence of the driver in the case where the first resolved IP of the hostname does not respond and there are multiple IPs associated with the hostname. TNIR interacts with MultiSubnetFailover to provide the following three connection sequences:

  • 0: One IP is attempted, followed by all IPs in parallel
  • 1: All IPs are attempted in parallel
  • 2: All IPs are attempted one after another
TransparentNetworkIPResolution MultiSubnetFailover Behavior
True True 1
True False 0
False True 1
False False 2

Setting Transparent Network IP Resolution

TransparentNetworkIPResolution is enabled by default. MultiSubnetFailover is disabled by default. The following pages provide more information about setting these properties:

See Also

OLE DB Driver for SQL Server Support for High Availability, Disaster Recovery