Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions transports/upgrades/sqlserver-9to10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: SQL Server Transport Upgrade Version 9 to 10
summary: Migration instructions on how to migrate the SQL Server transport from version 9 to version 10
reviewed: 2026-04-16
component: SqlTransport
related:
- transports/sql
isUpgradeGuide: true
upgradeGuideCoreVersions:
- 10
---

## Microsoft.Data.SqlClient upgraded to version 7.0.0

The `Microsoft.Data.SqlClient` dependency has been upgraded from version 6.x to 7.0.0.

In version 7.0.0, Entra ID (Azure Active Directory) authentication support was removed from the core `Microsoft.Data.SqlClient` package. Applications using Entra ID authentication must now install the `Microsoft.Data.SqlClient.Extensions.Azure` NuGet package separately.