sys.dm_exec_plan_attributes

execution
#execution#dmv

Description

2016 (13.x) and later versions SQL database in Microsoft Fabric Returns one row per plan attribute for the plan specified by the plan handle. You can use this table-valued function to get details about a particular plan, such as the cache key values or the number of current simultaneous executions of the plan.

Syntax

sys.dm_exec_plan_attributes ( plan_handle )