Skip to content

Commit 9086ecd

Browse files
authored
Merge pull request #14521 from jovanpop-msft/patch-38
Update sys-dm-db-tuning-recommendations-transact-sql.md
2 parents 2e31800 + 68fb4a5 commit 9086ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-db-tuning-recommendations-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ JSON document in `state` column contains the reason that describes why is the re
7878
| `VerificationAborted`| Verification process is aborted due to the restart or Query Store cleanup. |
7979
| `VerificationForcedQueryRecompile`| Query is recompiled because there is no significant performance improvement. |
8080
| `PlanForcedByUser`| User manually forced the plan using [sp_query_store_force_plan (Transact-SQL)](../../relational-databases/system-stored-procedures/sp-query-store-force-plan-transact-sql.md) procedure. Database engine will not apply the recommendation if user explicitly decided to force some plan. |
81-
| `PlanUnforcedByUser` | User manually unforced the plan using [sp_query_store_unforce_plan (Transact-SQL)](../../relational-databases/system-stored-procedures/sp-query-store-unforce-plan-transact-sql.md) procedure. |
81+
| `PlanUnforcedByUser` | User manually unforced the plan using [sp_query_store_unforce_plan (Transact-SQL)](../../relational-databases/system-stored-procedures/sp-query-store-unforce-plan-transact-sql.md) procedure. Since the user explicitly reverted the recommended plan, database engine will keep using the current plan and generate a new recommendation if some plan regression occurs in future. |
8282

8383
Statistic in the details column do not show runtime plan statistics (for example, current CPU time). The recommendation details are taken at the time of regression detection and describe why [!INCLUDE[ssde_md](../../includes/ssde_md.md)] identified performance regression. Use `regressedPlanId` and `recommendedPlanId` to query [Query Store catalog views](../../relational-databases/performance/how-query-store-collects-data.md) to find exact runtime plan statistics.
8484

0 commit comments

Comments
 (0)