From 41d79e7f1a92cb5bc7b4d6a97c83f28752e87485 Mon Sep 17 00:00:00 2001 From: Jes Chapman Date: Thu, 9 Apr 2026 13:56:50 -0400 Subject: [PATCH] Add Query Store feature to Always-up-to-date policy The QS on secondary replica is only available for SQL MI with AUTD. --- azure-sql/managed-instance/update-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-sql/managed-instance/update-policy.md b/azure-sql/managed-instance/update-policy.md index e76525c7c67..a8b5458ec2e 100644 --- a/azure-sql/managed-instance/update-policy.md +++ b/azure-sql/managed-instance/update-policy.md @@ -75,7 +75,7 @@ The following table lists all the features that are only available to instances | Update policy | Features | |---------|---------| -| *Always-up-to-date* update policy | - [Automatic index compaction](/sql/relational-databases/indexes/automatic-index-compaction)
- All features available with the *SQL Server 2025* update policy are also available to instances with the *Always-up-to-date* update policy, other than the ability to restore databases to, or configure a link with bidirectional failover with, [!INCLUDE [sssql25-md](../../docs/includes/sssql25-md.md)]. | +| *Always-up-to-date* update policy | - [Automatic index compaction](/sql/relational-databases/indexes/automatic-index-compaction)
- [Query Store for Secondary Replicas](/sql/relational-databases/performance/query-store-for-secondary-replicas)
- All features available with the *SQL Server 2025* update policy are also available to instances with the *Always-up-to-date* update policy, other than the ability to restore databases to, or configure a link with bidirectional failover with, [!INCLUDE [sssql25-md](../../docs/includes/sssql25-md.md)]. | | *SQL Server 2025* update policy | - [Azure SQL Managed Instance Mirroring in Fabric](/fabric/database/mirrored-database/azure-sql-managed-instance)
- [Change event streaming (Preview)](/sql/relational-databases/track-changes/change-event-streaming/overview)
- [DATEADD (Transact-SQL)](/sql/t-sql/functions/dateadd-transact-sql)
- [Degree of parallelism (DOP) feedback](/sql/relational-databases/performance/intelligent-query-processing-degree-parallelism-feedback?view=azuresqlmi-current&preserve-view=true)
- [Fuzzy string matching](/sql/relational-databases/fuzzy-string-match/overview)
- [Invoke an HTTPS REST endpoint SP](/sql/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql)
- [JSON data type](/sql/t-sql/data-types/json-data-type)
- [JSON_ARRAYAGG](/sql/t-sql/functions/json-arrayagg-transact-sql) and [JSON_OBJECTAGG](/sql/t-sql/functions/json-objectagg-transact-sql) aggregate functions
- [Link with bidirectional failover and disaster recovery with SQL Server 2025](managed-instance-link-disaster-recovery.md)
- [Optimized locking](/sql/relational-databases/performance/optimized-locking?view=azuresqlmi-current&preserve-view=true)
- [Regular expression functions](/sql/relational-databases/regular-expressions/overview)
- [Restore database to SQL Server 2025](restore-database-to-sql-server.md)
- [\|\| (String concatenation)](/sql/t-sql/language-elements/string-concatenation-pipes-transact-sql)
- [\|\|= (Compound assignment)](/sql/t-sql/language-elements/compound-assignment-pipes-transact-sql)
- [UNISTR (Transact-SQL)](/sql/t-sql/functions/unistr-transact-sql)
- [Vector data type](/sql/t-sql/data-types/vector-data-type?view=azuresqlmi-current&preserve-view=true)
- [Vector functions](/sql/t-sql/functions/vector-functions-transact-sql?view=azuresqlmi-current&preserve-view=true) | | *SQL Server 2022* update policy | - [Link with bidirectional failover and disaster recovery with SQL Server 2022](managed-instance-link-disaster-recovery.md)
- [Restore database to SQL Server 2022](restore-database-to-sql-server.md) |