-->

Recently executed SQL Statements

Post a Comment


SELECT last_execution_time , [text] AS [Statement]

FROM
sys.dm_exec_query_stats

CROSS
APPLY
sys.dm_exec_sql_text(sql_handle)

ORDER
BY last_execution_time DESC

Related Posts

There is no other posts in this category.

Post a Comment

Subscribe Our Newsletter