sys.dm_exec_cached_plan_dependent_objects (Transact-SQL)
Returns a row for each Transact-SQL execution plan, common language runtime (CLR) execution plan, and cursor associated with a plan.
|
Column name |
Data type |
Description |
|---|---|---|
|
usecounts |
int |
Number of times the execution context or cursor has been used. Column is not nullable. |
|
memory_object_address |
varbinary(8) |
Memory address of the execution context or cursor. Column is not nullable. |
|
cacheobjtype |
nvarchar(50) |
Possible values are
Column is not nullable. |