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/ado-net/download-microsoft-sqlclient-data-provider.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ title: Download Microsoft SqlClient Data Provider for SQL Server
3
3
description: Download page for ADO.NET and Microsoft SqlClient Data Provider for SQL Server.
4
4
author: cheenamalhotra
5
5
ms.author: cmalhotra
6
-
ms.date: 08/19/2025
6
+
ms.reviewer: randolphwest
7
+
ms.date: 11/21/2025
7
8
ms.service: sql
8
9
ms.subservice: connectivity
9
10
ms.topic: conceptual
@@ -14,15 +15,16 @@ dev_langs:
14
15
15
16
The Microsoft.Data.SqlClient library is distributed as a NuGet package. Add a NuGet reference to Microsoft.Data.SqlClient. NuGet packages are easily consumed directly from a .NET project without the need to manually download anything. If you use Visual Studio for development, see [Install and use a package](/nuget/quickstart/install-and-use-a-package-in-visual-studio). For other ways to consume a NuGet package, see the [NuGet documentation](/nuget).
16
17
17
-
## Downloading the driver
18
+
<aid="downloading-the-driver"></a>
19
+
20
+
## Download the driver
18
21
19
22
If you need to download the Microsoft.Data.SqlClient package for offline use, it's available on NuGet.org. To download dependencies, see the dependencies section on NuGet.org.
20
23
21
24
For more information about version compatibility and support, see [SQL version compatibility with Microsoft.Data.SqlClient](sqlclient-driver-support-lifecycle.md#sql-version-compatibility-with-microsoftdatasqlclient).
22
25
23
26
## Download supported versions of Microsoft SqlClient Data Provider for SQL Server
| Version | Official Release Date | Latest Patch Version | Patch Release Date | Support Level | End of Support |
56
-
|--|--|--|--|--|--|
57
-
| 6.x | August 14, 2025 | 6.1.2 | August 19, 2025 | LTS | August 14, 2028 |
58
-
| 5.x | February 2, 2024 | 5.1.0 | February 2, 2024 | LTS | February 3, 2027 |
58
+
| --- | --- | --- | --- | --- | --- |
59
+
| 6.x | August 14, 2025 |[6.1.2](https://www.nuget.org/packages/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider/6.1.2)| August 19, 2025 | LTS | August 14, 2028 |
60
+
| 5.x | February 2, 2024 |[5.1.0](https://www.nuget.org/packages/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider/5.1.0)| February 2, 2024 | LTS | February 3, 2027 |
59
61
60
62
### Out of support Azure Key Vault Provider releases
61
63
62
64
| Version | Official Release Date | Latest Patch Version | Patch Release Date | Support Level | End of Support |
63
-
|--|--|--|--|--|--|
65
+
| --- | --- | --- | --- | --- | --- |
64
66
| 3.x | June 14, 2021 | 3.0.0 | June 14, 2021 | LTS | June 15, 2024 |
65
67
| 2.x | March 3, 2021 | 2.0.0 | March 3, 2021 | LTS | March 4, 2024 |
66
68
| 1.x | November 19, 2019 | 1.2.0 | December 01, 2020 | LTS | November 21, 2022 |
@@ -69,26 +71,27 @@ New stable (GA) releases for `Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyV
69
71
70
72
LTS releases are supported for three years after the initial release.
71
73
72
-
## Current releases
74
+
## Standard Term Support (STS) releases
73
75
74
-
Current releases are supported for three months after a subsequent Current or LTS release.
76
+
STS releases are supported for three months after a subsequent STS or LTS release.
75
77
76
78
## SQL version compatibility with Microsoft.Data.SqlClient
77
79
78
-
|Database version →<br />↓ Driver Version|Azure SQL Database|Azure Synapse Analytics|Azure SQL Managed Instance|SQL Server 2022|SQL Server 2019|SQL Server 2017|SQL Server 2016|SQL Server 2014|SQL Server 2012|
79
-
|---|---|---|---|---|---|---|---|---|---|
80
-
|6.0|Yes|Yes|Yes|Yes|Yes|Yes|Yes|||
81
-
|5.2|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes||
82
-
|5.1|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
83
-
|5.0|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
84
-
|4.1|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
85
-
|4.0|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
86
-
|3.1|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
87
-
|3.0|No|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
88
-
|2.1|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
89
-
|2.0|No|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
90
-
|1.1|No|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
91
-
|1.0|No|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
80
+
| Database version →<br />↓ Driver Version | Azure SQL Database | Azure Synapse Analytics | Azure SQL Managed Instance | SQL Server 2025 | SQL Server 2022 | SQL Server 2019 | SQL Server 2017 | SQL Server 2016 | SQL Server 2014 | SQL Server 2012 |
0 commit comments