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: azure-sql/database/serverless-tier-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article describes the new serverless compute tier and compares
4
4
author: WilliamDAssafMSFT
5
5
ms.author: wiassaf
6
6
ms.reviewer: moslake, mathoma, dfurman, blakhani
7
-
ms.date: 12/15/2025
7
+
ms.date: 12/16/2025
8
8
ms.service: azure-sql-database
9
9
ms.subservice: service-overview
10
10
ms.topic: conceptual
@@ -207,9 +207,9 @@ Auto-resuming is triggered if any of the following conditions are true at any ti
207
207
208
208
Monitoring, management, or other solutions performing any of these operations trigger auto-resuming. Auto-resuming is also triggered during the deployment of some service updates that require the database be online.
209
209
210
-
#### Auto-resume trigger indentification
210
+
#### Auto-resume trigger identification
211
211
212
-
Auto-resume triggers are exposed in the Azure Monitor activity log for **Resume Databases** operations under the `Caller` property in the JSON of the **Succeeded** event.
212
+
Auto-resume triggers are exposed in the [Azure Monitor activity log](/azure/azure-monitor/platform/activity-log?tabs=log-analytics) for **Resume Databases** operations under the `Caller` property in the JSON of the **Succeeded** event.
Copy file name to clipboardExpand all lines: azure-sql/managed-instance/failover-group-configure-sql-mi.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
@@ -478,7 +478,7 @@ To avoid problems from a lower service tier or under-resourced geo-secondary get
478
478
- You can scale the primary and secondary instance up or down to a different compute size within the same service tier or to a different service tier.
479
479
- When scaling up within the same service tier, scale up the geo-secondary first, and then scale up the primary.
480
480
- When scaling down within the same service tier, reverse the order: scale down the primary first, and then scale down the secondary.
481
-
- Follow the same sequence when you change the configuration of your instance. If you're scaling resources up, do so on the secondary first. If you're scaling down, do so the primary first. This applies to the following instance configuration changes:
481
+
- Follow the same sequence when you change the configuration of your instance. If you're scaling resources up, do so on the secondary first. If you're scaling down, do so on the primary first. This applies to the following instance configuration changes:
Copy file name to clipboardExpand all lines: azure-sql/managed-instance/managed-instance-link-migrate.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,11 +88,14 @@ After you've cut over to the SQL managed instance target, monitor your applicati
88
88
89
89
For details, review [post-migration](../migration-guides/managed-instance/sql-server-to-managed-instance-guide.md#post-migration).
90
90
91
-
## Reverse migrate (SQL Server 2022)
91
+
## Reverse a migration
92
92
93
-
Starting with SQL Server 2022 CU10, you can configure a link with Azure SQL Managed Instance as the initial primary and SQL Server as the secondary. This capability allows you to reverse migrate from Azure SQL Managed Instance to SQL Server 2022.
93
+
Reverse migration back to SQL Server from Azure SQL Managed Instance might be supported depending on the [update policy](/azure/azure-sql/managed-instance/update-policy) of your SQL managed instance. For example:
94
+
-[SQL Server 2022 update policy](/azure/azure-sql/managed-instance/update-policy#sql-server-2022-update-policy): Databases from instances configured with the **SQL Server 2022** update policy can be restored back to SQL Server 2022 instances.
95
+
-[SQL Server 2025 update policy](/azure/azure-sql/managed-instance/update-policy#sql-server-2025-update-policy): Databases from instances configured with the **SQL Server 2025** update policy can be restored back to SQL Server 2025 instances.
96
+
-[Always-up-to-date update policy](/azure/azure-sql/managed-instance/update-policy#always-up-to-date-update-policy): Databases from instances configured with the **Always-up-to-date** update policy can't be restored back to SQL Server.
94
97
95
-
To reverse a migration, follow the same steps to configure the link, but start the process with the SQL Managed Instance as your migration source, and the SQL Server 2022 instance as the migration target.
98
+
If your source SQL Server version is earlier than SQL Server 2022, reverse migration isn't possible. When your database is migrated to SQL Managed Instance, it undergoes an internal upgrade to a newer database version that isn't compatible with earlier SQL Server versions. Reverse migration database compatibility is only available when SQL Managed instance is configured with the corresponding update policy.
Copy file name to clipboardExpand all lines: docs/connect/odbc/bug-fixes.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,21 @@ title: List of bugs fixed
3
3
description: This page contains a listing of bugs fixed in each release, starting with Microsoft ODBC Driver 17 for SQL Server.
4
4
author: David-Engel
5
5
ms.author: davidengel
6
-
ms.date: 03/17/2025
6
+
ms.date: 12/17/2025
7
7
ms.service: sql
8
8
ms.subservice: connectivity
9
-
ms.topic: conceptual
9
+
ms.topic: release-notes
10
10
helpviewer_keywords:
11
11
- "driver"
12
12
---
13
13
# List of bugs fixed
14
14
15
15
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)].
16
16
17
+
### Bug fixes in the [!INCLUDE[msCoName](../../includes/msconame-md.md)] ODBC Driver 18.6.1.1 for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
18
+
19
+
- Fix TDS packet size in BID trace
20
+
17
21
### Bug fixes in the [!INCLUDE[msCoName](../../includes/msconame-md.md)] ODBC Driver 18.5.1.1 for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
18
22
19
23
- Fix connection recovery to obtain the active primary node when a server moves
@@ -77,7 +81,7 @@ This page contains a listing of bugs fixed in each release, starting with [!INCL
77
81
### Bug fixes in the [!INCLUDE[msCoName](../../includes/msconame-md.md)] ODBC Driver 18.2 for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
78
82
79
83
- Fix VBS-NONE enclave attestation protocol
80
-
- Fix error when retrieving numeric column with Regional=Yes
84
+
- Fix an error when retrieving numeric column with Regional=Yes
81
85
- Fix intermittent lack of error when server is stopped during bcp out operation
@@ -106,7 +110,7 @@ This page contains a listing of bugs fixed in each release, starting with [!INCL
106
110
### Bug fixes in the [!INCLUDE[msCoName](../../includes/msconame-md.md)] ODBC Driver 18.0 for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
107
111
108
112
- Fix UI issues where text was cut off and position of items was off.
109
-
- Fix issue with Active Directory Interactive login where attempting to log in after closing the window of the first failure would automatically succeed if cached credentials were available.
113
+
- Fix issue with Active Directory Interactive login where attempting to sign in after closing the window of the first failure would automatically succeed if cached credentials were available.
110
114
- Fix use of XADTC with Azure SQL Managed Instance.
111
115
- Fix loss of Microsoft Entra authentication mode when reconnecting an idle connection.
112
116
- Fix an issue with federated authentication when using PingFed.
@@ -128,7 +132,7 @@ This page contains a listing of bugs fixed in each release, starting with [!INCL
128
132
### Bug fixes in the [!INCLUDE[msCoName](../../includes/msconame-md.md)] ODBC Driver 17.9 for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
129
133
130
134
- Fix UI issues where text was cut off and position of items was off.
131
-
- Fix issue with Active Directory Interactive login where attempting to log in after closing the window of the first failure would automatically succeed if cached credentials were available.
135
+
- Fix issue with Active Directory Interactive login where attempting to sign in after closing the window of the first failure would automatically succeed if cached credentials were available.
132
136
- Fix use of XADTC with Azure SQL Managed Instance.
133
137
- Fix loss of Microsoft Entra authentication mode when reconnecting an idle connection.
134
138
- Fix an issue with federated authentication when using PingFed.
@@ -213,7 +217,7 @@ This page contains a listing of bugs fixed in each release, starting with [!INCL
213
217
- Fixed detection of connection liveness
214
218
- Fixed incorrect detection of closed sockets
215
219
- Fixed an infinite wait when attempting to release a statement handle during failed recovery
216
-
- Fixed incorrect uninstallation behavior when both version 13 and 17 are installed on Windows
220
+
- Fixed incorrect uninstallation behavior when both versions 13 and 17 are installed on Windows
217
221
- Fixed decryption behavior on older Windows platform (Windows 7, 8 and Server 2012)
218
222
- Fixed a cache issue when using ADAL Authentication on Windows
219
223
- Fixed an issue that was locking and overwriting trace logs on Windows
0 commit comments