This document discusses SQL Server Extended Events, including:
- Extended Events is a lightweight performance monitoring system that uses few resources. It builds on existing concepts like events and consumers.
- Extended Events can be used to capture queries, system events, save results to targets, analyze results by grouping, ordering and aggregating.
- A demonstration of creating an Extended Events session using the New Session Wizard.