Skip to content

Commit 2c95a20

Browse files
authored
Add that table hints are not supported
Add that table hints are not supported
1 parent 1f49e85 commit 2c95a20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/relational-databases/system-stored-procedures/sys-sp-query-store-set-hints-transact-sql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ The following query hints are currently unsupported:
8383
* USE PLAN (instead, consider Query Store's original plan forcing capability, [sp_query_store_force_plan](sp-query-store-force-plan-transact-sql.md)).
8484
* DISABLE_DEFERRED_COMPILATION_TV
8585
* DISABLE_TSQL_SCALAR_UDF_INLINING
86+
* Table hints (e.g. FORCESEEK, READUNCOMMITTED, INDEX)
8687

8788
## Permissions
8889
Requires the **ALTER** permission on the database.

0 commit comments

Comments
 (0)