About 26,000 results
Open links in new tab
  1. Quickstart: Extended Events - SQL Server | Microsoft Learn

    Nov 18, 2025 · This article aims to help SQL administrators, engineers, and developers who are new to Extended Events, and who want to start using it and see event data in just a few minutes.

  2. Extended Events Overview - SQL Server, Azure SQL Database, Azure SQL

    Nov 18, 2025 · Extended Events is a lightweight feature that collects detailed data necessary to monitor and troubleshoot database engine performance in SQL Server, Azure SQL Database, Azure SQL …

  3. Extended Events - Brent Ozar Unlimited®

    Extended Events are a lot more than that. Extended Events provide a set of methods for collecting different events from SQL Server and correlating those different events within a single tool.

  4. SQL Server Extended Events Tutorial

    Jun 4, 2019 · In the rest of this tutorial, we will walk through everything you need to know in order to start using Extended Events to monitor your own SQL Server environments.

  5. SQL Server Extended Events: Monitor & Troubleshoot [2026]

    Master SQL Server Extended Events (XEvents) to monitor, diagnose, and troubleshoot SQL Server with our complete 2026 guide.

  6. Using Extended Events for SQL Server Performance Troubleshooting …

    Aug 20, 2025 · SQL Server Extended Events (XE) is the modern replacement for SQL Trace and Profiler. It provides a lightweight, highly customizable way to capture diagnostic and performance …

  7. Using SQL Server Extended Events to monitor query performance

    This article will show how we can use SQL Server extended events to monitor the query performance.

  8. SQL Server Extended Events: Creating Sessions, Events, Actions, …

    Sep 14, 2021 · This article walks through the steps to create, configure, and implement Extended Events in SQL Server, providing the prerequisite code and concepts to build an automated collection process.

  9. Capturing Stored Procedure Executions with Extended Events in SQL Server

    Jul 11, 2024 · We'll go through the steps to set up an Extended Events session, run a sample stored procedure, and then query the captured data.

  10. SQL Server 2025: time-bound Extended Events explained

    Aug 28, 2025 · This time, I want to focus on a specific and improved feature of SQL Server, namely extended events. What are they? To provide some context, let’s begin by defining what they are. If …