Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 5.25 KB

always-on-client-connectivity-sql-server.md

File metadata and controls

65 lines (50 loc) · 5.25 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Driver and client connectivity support for availability groups
This topic describes considerations for client connectivity to Always On availability groups, including prerequisites, restrictions, and recommendations for client configurations and settings.
MashaMSFT
mathoma
randolphwest
07/29/2022
sql
availability-groups
conceptual
Availability Groups [SQL Server], listeners
Availability Groups [SQL Server], prerequisites and restrictions
Availability Groups [SQL Server], client connectivity

Driver and client connectivity support for availability groups

[!INCLUDE SQL Server]

This article describes considerations for client connectivity to Always On availability groups, including prerequisites, restrictions, and recommendations for client configurations and settings.

Client connectivity support

The section below provides information about [!INCLUDEssHADR] support for client connectivity.

Driver support

The following table summarizes driver support for [!INCLUDEssHADR]:

Driver Multi-subnet failover Application intent Read-only routing Multi-subnet failover: faster single subnet endpoint failover Multi-subnet failover: named instance resolution for SQL clustered instances
SQL Native Client 11.0 ODBC Yes Yes Yes Yes Yes
SQL Native Client 11.0 OLEDB No Yes Yes No No
ADO.NET with .NET Framework 4.0 with connectivity patch 1 Yes Yes Yes Yes Yes
ADO.NET with .NET Framework 3.5 SP1 with connectivity patch 2 Yes Yes Yes Yes Yes
Microsoft ODBC Driver 13.1+ for SQL Server Yes Yes Yes Yes Yes
Microsoft JDBC Driver 4.0+ for SQL Server Yes Yes Yes Yes Yes
Microsoft OLE DB Driver for SQL Server 3 Yes Yes Yes Yes Yes

1 Download the connectivity patch for ADO .NET with .NET Framework 4.0: https://support.microsoft.com/kb/2600211.

2 Download the connectivity patch for ADO.NET with .NET Framework 3.5 SP1: https://support.microsoft.com/kb/2654347.

3 Download Microsoft OLE DB Driver for SQL Server: https://aka.ms/downloadmsoledbsql.

Important

To connect to an availability group listener, a client must use a TCP connection string.

Next steps

See also