Skip to content

Commit ef4d433

Browse files
authored
Fix typo in query store hints documentation
execute word used twice, just a small typo
1 parent 5ae8f53 commit ef4d433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/performance/query-store-hints-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ EXECUTE sys.sp_query_store_set_hints
9494
@query_hints = N'OPTION (USE HINT (''ABORT_QUERY_EXECUTION''))';
9595
```
9696

97-
To unblock the same query, execute execute [sys.sp_query_store_clear_hints](../system-stored-procedures/sys-sp-query-store-clear-hints-transact-sql.md):
97+
To unblock the same query, execute [sys.sp_query_store_clear_hints](../system-stored-procedures/sys-sp-query-store-clear-hints-transact-sql.md):
9898

9999
```sql
100100
EXECUTE sys.sp_query_store_clear_hints @query_id = 39;

0 commit comments

Comments
 (0)