| `is_forced_plan` | **bit** | Plan is marked as forced when user executes stored procedure `sys.sp_query_store_force_plan`. The forcing mechanism *doesn't guarantee* that this exact plan will be used for the query referenced by `query_id`. Plan forcing causes query to be compiled again, and typically produces exactly the same or a similar plan to the plan referenced by `plan_id`. If plan forcing doesn't succeed, `force_failure_count` is incremented, and `last_force_failure_reason` is populated with the failure reason.<br /><br />**Note:** [!INCLUDE [ssazuresynapse_md](../../includes/ssazuresynapse-md.md)] always returns `0`. |
0 commit comments