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
Announce SQL Server 2025 update policy GA for Azure SQL MI (#36757)
* Adding update policy GA to whats new
* Apply suggestion from @JillGrant615
---------
Co-authored-by: Jill Grant <72043882+JillGrant615@users.noreply.github.com>
Copy file name to clipboardExpand all lines: azure-sql/managed-instance/doc-changes-updates-release-notes-whats-new.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn about the new features and documentation improvements for Azu
5
5
author: MashaMSFT
6
6
ms.author: mathoma
7
7
ms.reviewer: wiassaf, randolphwest
8
-
ms.date: 02/19/2026
8
+
ms.date: 03/02/2026
9
9
ms.service: azure-sql-managed-instance
10
10
ms.subservice: service-overview
11
11
ms.topic: whats-new
@@ -40,7 +40,6 @@ The following table lists the features of Azure SQL Managed Instance that are cu
40
40
|[Modernization Advisor](../virtual-machines/modernization-advisor.md)| Use the Modernization Advisor in the Azure portal to help you determine if migrating to Azure SQL Managed Instance from a SQL Server VM saves you money or optimizes performance. |
41
41
|[SDK-style SQL project](/sql/tools/sql-database-projects/sql-database-projects)| Use [Microsoft.Build.Sql](https://www.nuget.org/packages/Microsoft.Build.Sql) for SDK-style SQL projects in the SQL Database Projects extension in Visual Studio Code. SDK-style SQL projects are especially advantageous for applications shipped through pipelines or built in cross-platform environments.|
42
42
|[Service Broker](/sql/database-engine/configure-windows/sql-server-service-broker)| Support for cross-instance message exchange using Service Broker between instances of Azure SQL Managed Instance, and between SQL Server and Azure SQL Managed Instance. |
43
-
|[SQL Server 2025 update policy](update-policy.md#sql-server-2025-update-policy)| Align your SQL managed instance database format with the SQL Server 2025 database engine. |
44
43
|[Vector data type and functions](/sql/t-sql/data-types/vector-data-type?view=azuresqlmi-current&preserve-view=true)| Working with vector data is now easier in Azure SQL Managed Instance with the introduction of a new [vector data type](/sql/t-sql/data-types/vector-data-type?view=azuresqlmi-current&preserve-view=true) and [vector functions](/sql/t-sql/functions/vector-functions-transact-sql?view=azuresqlmi-current&preserve-view=true). For more information, see [Intelligent applications with Azure SQL Managed Instance](ai-artificial-intelligence-intelligent-applications.md#vectors). |
45
44
46
45
@@ -50,6 +49,7 @@ The following table lists features of Azure SQL Managed Instance that have been
50
49
51
50
| Feature | GA Month | Details |
52
51
| ---| --- |--- |
52
+
|[SQL Server 2025 update policy](update-policy.md#sql-server-2025-update-policy)| March 2026 | Align your SQL managed instance database format with the SQL Server 2025 database engine. |
53
53
|[Regular expression functions](/sql/relational-databases/regular-expressions/overview)| November 2025 | Regular expression (REGEX) functions return text based on values in a search pattern. |
54
54
|[Flexible memory](resource-limits.md#flexible-memory)| November 2025 | Save on cost by choosing the memory allocation for your [Next-gen General Purpose](service-tiers-next-gen-general-purpose-use.md) instance based on your workload needs.|
55
55
|[Next-gen General Purpose](service-tiers-next-gen-general-purpose-use.md)| November 2025 | An architectural upgrade of the General Purpose service tier that uses [Elastic SAN storage](/azure/storage/elastic-san/elastic-san-introduction) for greater resource flexibility, and improved performance while maintaining the same baseline cost as the General Purpose service tier. |
@@ -72,6 +72,12 @@ The following table lists features of Azure SQL Managed Instance that have been
72
72
73
73
Learn about significant changes to the Azure SQL Managed Instance documentation. For previous years, see the [What's new archive](doc-changes-updates-release-notes-whats-new-archive.md).
74
74
75
+
### March 2026
76
+
77
+
| Changes | Details |
78
+
| --- | --- |
79
+
|**SQL Server 2025 update policy GA**| Align your SQL managed instance database format with the SQL Server 2025 database engine. This update policy is now generally available. For more information, review [SQL Server 2025 update policy](update-policy.md#sql-server-2025-update-policy). |
0 commit comments