From 88f46dde63d333b92ba81d1fdb0eaeeeffee3427 Mon Sep 17 00:00:00 2001 From: Kim Santiago <31145923+kisantia@users.noreply.github.com> Date: Mon, 5 Jun 2023 10:40:51 -0700 Subject: [PATCH] update query store readme (#23295) * update query store readme * switch Azure SQL to SQL Database * specify 'execution plan' --- extensions/query-store/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/query-store/README.md b/extensions/query-store/README.md index 0781582217..95b518f381 100644 --- a/extensions/query-store/README.md +++ b/extensions/query-store/README.md @@ -2,7 +2,7 @@ ## Overview -Query Store extension for Azure Data Studio simplifies assists users with troubleshooting query performance in SQL Server and Azure SQL and understanding issues caused by plan changes. +The Query Store extension for Azure Data Studio simplifies and assists users with troubleshooting query performance in SQL Server and SQL Database, and with understanding issues caused by execution plan changes. ## Privacy Statement