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/odbc/download-odbc-driver-for-sql-server.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Download ODBC Driver for SQL Server
3
3
description: Download the Microsoft ODBC Driver for SQL Server to develop native-code applications that connect to SQL Server and Azure SQL Database.
4
-
ms.date: 06/30/2022
4
+
ms.date: 08/08/2022
5
5
ms.prod: sql
6
6
ms.prod_service: connectivity
7
7
ms.reviewer: ""
@@ -22,15 +22,16 @@ Microsoft ODBC Driver for SQL Server is a single dynamic-link library (DLL) cont
22
22
23
23
The redistributable installer for Microsoft ODBC Driver 18 for SQL Server installs the client components, which are required during run time to take advantage of newer SQL Server features. It optionally installs the header files needed to develop an application that uses the ODBC API. Starting with version 17.4.2, the installer also includes and installs the Microsoft Active Directory Authentication Library (ADAL.dll).
24
24
25
-
Version 18.0.1.1 is the latest general availability (GA) version. The Microsoft ODBC Driver 18 for SQL Server will install side by side with Microsoft ODBC Driver 17 for SQL Server.
25
+
Version 18.1.1.1 is the latest general availability (GA) version. The Microsoft ODBC Driver 18 for SQL Server will install side by side with Microsoft ODBC Driver 17 for SQL Server.
26
+
27
+
**[ Download Microsoft ODBC Driver 18 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2202930)**
28
+
**[ Download Microsoft ODBC Driver 18 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2203124)**
26
29
27
-
**[ Download Microsoft ODBC Driver 18 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2186919)**
28
-
**[ Download Microsoft ODBC Driver 18 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2187028)**
29
30
30
31
### Version information
31
32
32
-
- Release number: 18.0.1.1
33
-
- Released: February 15, 2022
33
+
- Release number: 18.1.1.1
34
+
- Released: August 8, 2022
34
35
35
36
> [!Note]
36
37
> If you are accessing this page from a non-English language version, and want to see the most up-to-date content, please select **Read in English** at the top of this page. You can download different languages from the US-English version site by selecting [available languages](#available-languages).
@@ -39,11 +40,11 @@ Version 18.0.1.1 is the latest general availability (GA) version. The Microsoft
39
40
40
41
This release of Microsoft ODBC Driver for SQL Server can be installed in the following languages:
41
42
42
-
Microsoft ODBC Driver 18.0.1.1 for SQL Server (x64):
Copy file name to clipboardExpand all lines: docs/database-engine/availability-groups/windows/configure-flexible-automatic-failover-policy.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,9 @@ ms.custom: "seo-lt-2019"
98
98
|3|Three|On critical server error. Any condition of lower value is satisfied or an internal critical server error occurs.<br /><br /> This is the default level.|
99
99
|4|Four|On moderate server error. Any condition of lower value is satisfied or a moderate Server error occurs.|
100
100
|5|Five|On any qualified failure conditions. Any condition of lower value is satisfied or a qualifying failure condition occurs.|
101
+
102
+
For more information about the failover condition levels, see [Flexible Failover Policy for Automatic Failover of an Availability Group (SQL Server)](../../../database-engine/availability-groups/windows/configure-flexible-automatic-failover-policy.md#FClevel).
101
103
102
-
For more information about the failover condition levels, see [Flexible Failover Policy for Automatic Failover of an Availability Group (SQL Server)]().
103
104
104
105
- To configure the health check timeout threshold, use the HEALTH_CHECK_TIMEOUT = *n* option, where, *n* is an integer from 15000 milliseconds (15 seconds) to 4294967295 milliseconds. The default value is 30000 milliseconds (30 seconds)
105
106
@@ -126,8 +127,8 @@ ms.custom: "seo-lt-2019"
126
127
|**OnCriticalServerError**|Three|On critical server error. Any condition of lower value is satisfied or an internal critical server error occurs.<br /><br /> This is the default level.|
127
128
|**OnModerateServerError**|Four|On moderate server error. Any condition of lower value is satisfied or a moderate Server error occurs.|
128
129
|**OnAnyQualifiedFailureConditions**|Five|On any qualified failure conditions. Any condition of lower value is satisfied or a qualifying failure condition occurs.|
129
-
130
-
For more information about the failover condition levels, see [Flexible Failover Policy for Automatic Failover of an Availability Group (SQL Server)]().
130
+
131
+
For more information about the failover condition levels, see [Flexible Failover Policy for Automatic Failover of an Availability Group (SQL Server)](../../../database-engine/availability-groups/windows/configure-flexible-automatic-failover-policy.md#FClevel).
131
132
132
133
For example, the following command changes the failure-condition level of an existing availability group, `AG1`, to level one.
Copy file name to clipboardExpand all lines: docs/includes/applies-to-version/sql-asmi-sqlavm-sql-linux.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ ms.date: 3/10/2021
6
6
ms.author: v-tdzakhov
7
7
---
8
8
9
-
[!INCLUDE [Applies to](../../includes/applies-md.md)][!INCLUDE [SQL Server 2012](sqlserver2012-and-higher.md)][!INCLUDE [Azure SQL Managed Instance](../../includes/applies-to-version/_asdbmi.md)][!INCLUDE [SQL Server on Azure Virtual Machines](../../includes/applies-to-version/sqlserver-azvm.md)][!INCLUDE [SQL on Linux](../../includes/applies-to-version/sql-on-linux.md)]
9
+
[!INCLUDE [Applies to](../../includes/applies-md.md)][!INCLUDE [SQL Server 2012](sqlserver2012-and-later.md)][!INCLUDE [Azure SQL Managed Instance](../../includes/applies-to-version/_asdbmi.md)][!INCLUDE [SQL Server on Azure Virtual Machines](../../includes/applies-to-version/sqlserver-azvm.md)][!INCLUDE [SQL on Linux](../../includes/applies-to-version/sql-on-linux.md)]
Copy file name to clipboardExpand all lines: docs/includes/applies-to-version/sqlserver2014-asdb.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ ms.date: 06/04/2021
6
6
ms.author: v-angazi
7
7
---
8
8
9
-
[!INCLUDE [Applies to](../../includes/applies-md.md)][!INCLUDE [SQL Server 2014](-ss2014.md)] and later [!INCLUDE [Azure SQL Database](../../includes/applies-to-version/_asdb.md)]
9
+
[!INCLUDE [Applies to](../../includes/applies-md.md)][!INCLUDE [SQL Server 2014](_ss2014.md)] and later [!INCLUDE [Azure SQL Database](../../includes/applies-to-version/_asdb.md)]
0 commit comments