Skip to content

Commit a99afe5

Browse files
authored
Merge pull request MicrosoftDocs#8882 from pmasl/patch-454
Update sys-query-store-wait-stats-transact-sql.md
2 parents 6c8c694 + 1ce4b12 commit a99afe5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/system-catalog-views/sys-query-store-wait-stats-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2017||=sqlallproducts-allversio
4040
|**avg_query_wait_time_ms**|**float**|Average wait duration for the query plan per execution within the aggregation interval and wait category (reported in milliseconds).|
4141
|**last_query_wait_time_ms**|**bigint**|Last wait duration for the query plan within the aggregation interval and wait category (reported in milliseconds).|
4242
|**min_query_wait_time_ms**|**bigint**|Minimum `CPU wait` time for the query plan within the aggregation interval and wait category (reported in milliseconds).|
43-
|**max_query_wait_time_ms**|**bigint**|Maximum '`CPU wait`` time for the query plan within the aggregation interval and wait category (reported in milliseconds).|
43+
|**max_query_wait_time_ms**|**bigint**|Maximum `CPU wait` time for the query plan within the aggregation interval and wait category (reported in milliseconds).|
4444
|**stdev_query_wait_time_ms**|**float**|`Query wait` duration standard deviation for the query plan within the aggregation interval and wait category (reported in milliseconds).|
4545

4646
## Wait categories mapping table
@@ -78,7 +78,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2017||=sqlallproducts-allversio
7878

7979
## Permissions
8080

81-
Requires the **VIEW DATABASE STATE** permission.
81+
Requires the `VIEW DATABASE STATE` permission.
8282

8383
## See Also
8484

0 commit comments

Comments
 (0)