You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/connect/oledb/applications/using-connection-string-keywords-with-oledb-driver-for-sql-server.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ ms.workload: "Active"
89
89
|**FailoverPartnerSPN**|SSPROP_INIT_FAILOVERPARTNERSPN|The SPN for the failover partner. The default value is an empty string. An empty string causes OLE DB Driver for SQL Server to use the default, provider-generated SPN.|
|**MarsConn**|SSPROP_INIT_MARSCONNECTION|Enables or disables multiple active result sets (MARS) on the connection if the server is [!INCLUDE[ssVersion2005](../../../includes/ssversion2005-md.md)] or later. Possible values are "yes" and "no". The default value is "no".|
92
+
|**MultiSubnetFailover**|SSPROP_INIT_MULTISUBNETFAILOVER|Always specify **MultiSubnetFailover=Yes** when connecting to the availability group listener of a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] availability group or a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Failover Cluster Instance. **MultiSubnetFailover=Yes** configures OLE DB Driver for SQL Server to provide faster detection of and connection to the (currently) active server. Possible values are **Yes** and **No**. The default is **No**. For example:<br /><br /> `MultiSubnetFailover=Yes`<br /><br /> For more information about OLE DB Driver for SQL Server's support for [!INCLUDE[ssHADR](../../../includes/sshadr-md.md)], see [OLE DB Driver for SQL Server Support for High Availability, Disaster Recovery](../../oledb/features/oledb-driver-for-sql-server-support-for-high-availability-disaster-recovery.md).|
92
93
|**Net**|SSPROP_INIT_NETWORKLIBRARY|Synonym for "Network".|
93
94
|**Network**|SSPROP_INIT_NETWORKLIBRARY|The network library used to establish a connection to an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] in the organization.|
94
95
|**Network Library**|SSPROP_INIT_NETWORKLIBRARY|Synonym for "Network".|
@@ -144,6 +145,7 @@ ms.workload: "Active"
144
145
|**Initial File Name**|SSPROP_INIT_FILENAME|The name of the primary file (include the full path name) of an attachable database. To use **AttachDBFileName**, you must also specify the database name with the provider string DATABASE keyword. If the database was previously attached, [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] does not reattach it (it uses the attached database as the default for the connection).|
145
146
|**Integrated Security**|DBPROP_AUTH_INTEGRATED|Accepts the value "SSPI" for Windows Authentication.|
146
147
|**MARS Connection**|SSPROP_INIT_MARSCONNECTION|Enables or disables multiple active result sets (MARS) on the connection. Recognized values are "true" and "false". The default is "false".|
148
+
|**MultiSubnetFailover**|SSPROP_INIT_MULTISUBNETFAILOVER|Always specify **MultiSubnetFailover=True** when connecting to the availability group listener of a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] availability group or a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Failover Cluster Instance. **MultiSubnetFailover=True** configures OLE DB Driver for SQL Server to provide faster detection of and connection to the (currently) active server. Possible values are **True** and **False**. The default is **False**. For example:<br /><br /> `MultiSubnetFailover=True`<br /><br /> For more information about OLE DB Driver for SQL Server's support for [!INCLUDE[ssHADR](../../../includes/sshadr-md.md)], see [OLE DB Driver for SQL Server Support for High Availability, Disaster Recovery](../../oledb/features/oledb-driver-for-sql-server-support-for-high-availability-disaster-recovery.md).|
147
149
|**Network Address**|SSPROP_INIT_NETWORKADDRESS|The network address of an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] in the organization.<br /><br /> For more information about valid address syntax, see the description of the **Address** keyword, in this topic.|
148
150
|**Network Library**|SSPROP_INIT_NETWORKLIBRARY|The network library used to establish a connection to an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] in the organization.|
149
151
|**Packet Size**|SSPROP_INIT_PACKETSIZE|Network packet size. The default is 4096.|
@@ -195,6 +197,7 @@ ms.workload: "Active"
195
197
|**Initial File Name**|SSPROP_INIT_FILENAME|The name of the primary file (include the full path name) of an attachable database. To use **AttachDBFileName**, you must also specify the database name with the provider string DATABASE keyword. If the database was previously attached, [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] does not reattach it (it uses the attached database as the default for the connection).|
196
198
|**Integrated Security**|DBPROP_AUTH_INTEGRATED|Accepts the value "SSPI" for Windows Authentication.|
197
199
|**MARS Connection**|SSPROP_INIT_MARSCONNECTION|Enables or disables multiple active result sets (MARS) on the connection if the server is [!INCLUDE[ssVersion2005](../../../includes/ssversion2005-md.md)] or later. Recognized values are "true" and "false".The default is "false".|
200
+
|**MultiSubnetFailover**|SSPROP_INIT_MULTISUBNETFAILOVER|Always specify **MultiSubnetFailover=True** when connecting to the availability group listener of a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] availability group or a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Failover Cluster Instance. **MultiSubnetFailover=True** configures OLE DB Driver for SQL Server to provide faster detection of and connection to the (currently) active server. Possible values are **True** and **False**. The default is **False**. For example:<br /><br /> `MultiSubnetFailover=True`<br /><br /> For more information about OLE DB Driver for SQL Server's support for [!INCLUDE[ssHADR](../../../includes/sshadr-md.md)], see [OLE DB Driver for SQL Server Support for High Availability, Disaster Recovery](../../oledb/features/oledb-driver-for-sql-server-support-for-high-availability-disaster-recovery.md).|
198
201
|**Network Address**|SSPROP_INIT_NETWORKADDRESS|The network address of an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] in the organization.<br /><br /> For more information about valid address syntax, see the description of the **Address** keyword, in this topic.|
199
202
|**Network Library**|SSPROP_INIT_NETWORKLIBRARY|The network library used to establish a connection to an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] in the organization.|
200
203
|**Packet Size**|SSPROP_INIT_PACKETSIZE|Network packet size. The default is 4096.|
0 commit comments