Extended Events Diagnosis - DEV01

Session: sqmPerformance | Template: AllInOne | 2026-07-19 16:30:00
Source: www.powershelldba.de | sqmSQLTool v1.9.26.1
Illustrative example — session creation failed on this lab instance's SQL Server version. Values below are representative, not measured output.

Events captured: 214 | Issues detected: 3

CategoryProblemSeverityDetail
WaitsHigh CXPACKET accumulationWarning38% of total wait time over the capture window - review MAXDOP / cost threshold for parallelism.
BlockingLock escalation on OrdersWarningRow-to-table escalation observed 6 times in 5 minutes during the nightly ETL_DailyLoad job.
Slow QueriesMissing index on Orders.CustomerIdCriticalStatement completed in 4.2s doing a full scan of 2.1M rows.