You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`last_execution_time`|**datetimeoffset**| Last execution time refers to the last end time of the query/plan. |
42
42
|`last_compile_batch_sql_handle`|**varbinary(64)**| Handle of the last SQL batch in which query was used last time. It can be provided as input to [sys.dm_exec_sql_text (Transact-SQL)](../system-dynamic-management-views/sys-dm-exec-sql-text-transact-sql.md) to get the full text of the batch. |
43
43
|`last_compile_batch_offset_start` <sup>2</sup> |**bigint**| Information that can be provided to `sys.dm_exec_sql_text` along with `last_compile_batch_sql_handle`. |
0 commit comments