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/bug-fixes.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,12 @@ manager: kenvh
19
19
20
20
This page contains a listing of bugs fixed in each release, starting with [!INCLUDE[msCoName](../../includes/msconame_md.md)] ODBC Driver 17 for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
21
21
22
+
### Bug fixes in the [!INCLUDE[msCoName](../../includes/msconame_md.md)] ODBC Driver 17.7.2 for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
23
+
24
+
- Fix issue with 404 Not Found errors when using Managed Service Identity authentication
25
+
- Fix for intermittent Encryption Not Supported errors under high multithreaded loads
26
+
- Fix for intermittent crash under high multithreaded loads
27
+
22
28
### Bug fixes in the [!INCLUDE[msCoName](../../includes/msconame_md.md)] ODBC Driver 17.7 for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
23
29
24
30
- Fix character encoding of VARIANT columns in BCP NATIVE mode
Copy file name to clipboardExpand all lines: docs/connect/odbc/download-odbc-driver-for-sql-server.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,22 +18,19 @@ ms.author: v-daenge
18
18
19
19
Microsoft ODBC Driver for SQL Server is a single dynamic-link library (DLL) containing run-time support for applications using native-code APIs to connect to SQL Server. Use Microsoft ODBC Driver 17 for SQL Server to create new applications or enhance existing applications that need to take advantage of newer SQL Server features.
20
20
21
-
> [!Important]
22
-
> If you use Azure Active Directory Managed Identity (`authentication=ActiveDirectoryMSI`) authentication with the Microsoft ODBC Driver for SQL Server, do not upgrade to version 17.7. There is an issue in 17.7 that results in an error when that authentication mode is used.
23
-
24
21
## Download for Windows
25
22
26
23
The redistributable installer for Microsoft ODBC Driver 17 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).
27
24
28
-
Version 17.7.1 is the latest general availability (GA) version. If you have a previous version of Microsoft ODBC Driver 17 for SQL Server installed, installing 17.7.1 upgrades it to 17.7.1.
25
+
Version 17.7.2 is the latest general availability (GA) version. If you have a previous version of Microsoft ODBC Driver 17 for SQL Server installed, installing 17.7.2 upgrades it to 17.7.2.
29
26
30
-
**[ Download Microsoft ODBC Driver 17 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2153471)**
31
-
**[ Download Microsoft ODBC Driver 17 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2153469)**
27
+
**[ Download Microsoft ODBC Driver 17 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2156851)**
28
+
**[ Download Microsoft ODBC Driver 17 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2156749)**
32
29
33
30
### Version information
34
31
35
-
- Release number: 17.7.1.1
36
-
- Released: January 29, 2021
32
+
- Release number: 17.7.2.1
33
+
- Released: March 10, 2021
37
34
38
35
> [!Note]
39
36
> If you are accessing this page from a non-English language version, and want to see the most up-to-date content, please visit the [US-English version of the site](). You can download different languages from the US-English version site by selecting [available languages](#available-languages).
@@ -42,11 +39,11 @@ Version 17.7.1 is the latest general availability (GA) version. If you have a pr
42
39
43
40
This release of Microsoft ODBC Driver for SQL Server can be installed in the following languages:
44
41
45
-
Microsoft ODBC Driver 17.7.1 for SQL Server (x64):
0 commit comments