Skip to content

Commit b2f778e

Browse files
authored
Merge pull request #14085 from WilliamAntonRohm/issue-4269
sql-docs issue 4269 -- also applies to DW
2 parents 30d551b + 8f9e4ac commit b2f778e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/performance/monitoring-performance-by-using-the-query-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversio
1717
---
1818
# Monitoring performance by using the Query Store
1919

20-
[!INCLUDE[appliesto-ss-asdb-xxx-xxx-md](../../includes/appliesto-ss-asdb-xxxx-xxx-md.md)]
20+
[!INCLUDE[appliesto-ss-asdb-asdw-xxx-md](../../includes/appliesto-ss-asdb-asdw-xxx-md.md)]
2121

2222
The [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Query Store feature provides you with insight on query plan choice and performance. It simplifies performance troubleshooting by helping you quickly find performance differences caused by query plan changes. Query Store automatically captures a history of queries, plans, and runtime statistics, and retains these for your review. It separates data by time windows so you can see database usage patterns and understand when query plan changes happened on the server. You can configure query store using the [ALTER DATABASE SET](../../t-sql/statements/alter-database-transact-sql-set-options.md) option.
2323

0 commit comments

Comments
 (0)