You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Query Store `query_id` column from [sys.query_store_query](../system-catalog-views/sys-query-store-query-transact-sql.md). *query_id* is a **bigint**.
42
+
43
+
## Return values
39
44
40
-
The Query Store `query_id` from [sys.query_store_query](../system-catalog-views/sys-query-store-query-transact-sql.md). query_id is a bigint.
45
+
0 (success) or 1 (failure)
41
46
42
-
## Return Values
43
-
0 (success) or 1 (failure)
44
-
45
-
## Remarks
46
-
Query Store hints are created by [sys.sp_query_store_set_hints (Transact-SQL)](sys-sp-query-store-set-hints-transact-sql.md).
47
+
## Remarks
47
48
48
-
## Permissions
49
-
Requires the **ALTER** permission on the database.
50
-
51
-
## Examples
49
+
Query Store hints are created by [sys.sp_query_store_set_hints (Transact-SQL)](sys-sp-query-store-set-hints-transact-sql.md).
50
+
51
+
## Permissions
52
+
53
+
Requires the **ALTER** permission on the database.
54
+
55
+
## Examples
52
56
53
57
### Clear query hint text
54
58
55
-
The following example removes the query store hint text for query id 39:
56
-
59
+
The following example removes the Query Store hint text for *query_id* 39:
0 commit comments