sp_ShowEvents
Command
Show a list of Events from the [dbo].[Events] table.
Show ExecRequests during a specific time period from the [dbo].[vExecRequestsHistory] view.
Examples:
- sp_ShowEvents
- sp_ShowEvents @Time='2023-12-14 10:30'
- sp_ShowEvents @Time='2023-12-14 10:30', @Minutes=120
Page Last Updated: 26 June 2025
