Get a list of SQL queries run yesterday:
Get a list of SQL queries run yesterday:
- Queries
are saved in the cache via system representations
(sys.dm_exec_query_stats, sys.dm_exec_sql_text, and
sys.dm_exec_query_plan)
- Using SQL
Server Profiler
- Using Extended
Events
- Using
the Query
Store, starting from the 2016 version
- Using SQL
Complete (SQL Complete\Execution History) in SSMS
Comments
Post a Comment