Skip to content

Commit 664957f

Browse files
Merge pull request #34485 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 09e68ea + 2766f2b commit 664957f

26 files changed

+1070
-958
lines changed

.openpublishing.redirection.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64996,8 +64996,38 @@
6499664996
"redirect_document_id": false
6499764997
},
6499864998
{
64999-
"source_path": "docs/connect/index.md",
65000-
"redirect_url": "/sql/connect/homepage-sql-connection-programming",
64999+
"source_path": "docs/connect/homepage-sql-connection-programming.md",
65000+
"redirect_url": "/sql/connect",
65001+
"redirect_document_id": false
65002+
},
65003+
{
65004+
"source_path": "docs/connect/python/pymssql/step-1-configure-development-environment-for-pymssql-python-development.md",
65005+
"redirect_url": "/sql/connect/python/pymssql/python-sql-driver-pymssql-quickstart",
65006+
"redirect_document_id": false
65007+
},
65008+
{
65009+
"source_path": "docs/connect/python/pymssql/step-2-create-a-sql-database-for-pymssql-python-development.md",
65010+
"redirect_url": "/sql/connect/python/pymssql/python-sql-driver-pymssql-quickstart",
65011+
"redirect_document_id": false
65012+
},
65013+
{
65014+
"source_path": "docs/connect/python/pymssql/step-3-proof-of-concept-connecting-to-sql-using-pymssql.md",
65015+
"redirect_url": "/sql/connect/python/pymssql/python-sql-driver-pymssql-quickstart",
65016+
"redirect_document_id": false
65017+
},
65018+
{
65019+
"source_path": "docs/connect/python/pyodbc/step-1-configure-development-environment-for-pyodbc-python-development.md",
65020+
"redirect_url": "/sql/connect/python/pyodbc/python-sql-driver-pyodbc-quickstart",
65021+
"redirect_document_id": false
65022+
},
65023+
{
65024+
"source_path": "docs/connect/python/pyodbc/step-2-create-a-sql-database-for-pyodbc-python-development.md",
65025+
"redirect_url": "/sql/connect/python/pyodbc/python-sql-driver-pyodbc-quickstart",
65026+
"redirect_document_id": false
65027+
},
65028+
{
65029+
"source_path": "docs/connect/python/pyodbc/step-3-proof-of-concept-connecting-to-sql-using-pyodbc.md",
65030+
"redirect_url": "/sql/connect/python/pyodbc/python-sql-driver-pyodbc-quickstart",
6500165031
"redirect_document_id": false
6500265032
},
6500365033
{

docs/connect/ado-net/download-microsoft-sqlclient-data-provider.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Download Microsoft SqlClient Data Provider for SQL Server
33
description: Download page for ADO.NET and Microsoft SqlClient Data Provider for SQL Server.
44
author: cheenamalhotra
55
ms.author: cmalhotra
6-
ms.date: 01/24/2025
6+
ms.date: 06/19/2025
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: conceptual
@@ -16,13 +16,12 @@ The Microsoft.Data.SqlClient library is distributed as a NuGet package. Add a Nu
1616

1717
## Downloading the driver
1818

19-
If you need to download the Microsoft.Data.SqlClient package for offline use, it's available on NuGet.org. Refer to the dependencies section from the links below to download the dependencies.
19+
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.
2020

2121
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).
2222

2323
## Download supported versions of Microsoft SqlClient Data Provider for SQL Server
2424

25-
* [6.0.1](https://www.nuget.org/packages/Microsoft.Data.SqlClient/6.0.1)
26-
* [5.2.2](https://www.nuget.org/packages/Microsoft.Data.SqlClient/5.2.2)
27-
* [5.1.6](https://www.nuget.org/packages/Microsoft.Data.SqlClient/5.1.6)
28-
* [3.1.7](https://www.nuget.org/packages/Microsoft.Data.SqlClient/3.1.7)
25+
* [6.0.2](https://www.nuget.org/packages/Microsoft.Data.SqlClient/6.0.2)
26+
* [5.2.3](https://www.nuget.org/packages/Microsoft.Data.SqlClient/5.2.3)
27+
* [5.1.7](https://www.nuget.org/packages/Microsoft.Data.SqlClient/5.1.7)

docs/connect/ado-net/sqlclient-driver-support-lifecycle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: SqlClient driver support lifecycle
33
description: Product support lifecycle information for the Microsoft.Data.SqlClient .NET library.
44
author: cheenamalhotra
55
ms.author: cmalhotra
6-
ms.date: 06/13/2025
6+
ms.date: 06/19/2025
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: conceptual
@@ -27,7 +27,7 @@ New stable (GA) releases are published every six months on a regular cadence beg
2727

2828
| Version | Official Release Date | Latest Patch Version | Patch Release Date | Support Level | End of Support |
2929
|--|--|--|--|--|--|
30-
| 6.0 | January 9, 2025 | 6.0.1 | January 23, 2025 | Current | - |
30+
| 6.0 | January 9, 2025 | 6.0.2 | April 25, 2025 | Current | - |
3131
| 5.2 | February 28, 2024 | 5.2.3 | April 29, 2025 | Current | August 28, 2025 |
3232
| 5.1 | January 19, 2023 | 5.1.7 | April 25, 2025 | LTS | January 20, 2026 |
3333

docs/connect/homepage-sql-connection-programming.md

Lines changed: 0 additions & 229 deletions
This file was deleted.

0 commit comments

Comments
 (0)