You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL Server Extended Events has a highly scalable and highly configurable architecture that allows users to collect as much or as little information as is necessary to troubleshoot or identify a performance problem.
2
3
3
-
Source links:
4
+
5
+
6
+
Useful links:
4
7
-[Extended Events Microsoft Docs](https://docs.microsoft.com/en-us/sql/relational-databases/extended-events/extended-events)
5
8
-[Find Your Dark Queries](http://michaeljswart.com/2017/04/finding-your-dark-queries/)
6
9
-[Finding Blocked Processes and Deadlocks using SQL Server Extended Events](https://www.brentozar.com/archive/2014/03/extended-events-doesnt-hard/)
7
10
-[What event information can I get by default from SQL Server?](http://dba.stackexchange.com/questions/48052/what-event-information-can-i-get-by-default-from-sql-server)
8
11
-[Understanding the sql_text Action in Extended Events](https://www.sqlskills.com/blogs/jonathan/understanding-the-sql_text-action-in-extended-events/)
9
12
-[Extended Events Series (1 of 31) – An Overview of Extended Events](https://www.sqlskills.com/blogs/jonathan/extended-events-overview/)
13
+
-[Deep dive into the Extended Events Histogram target](https://www.sqlshack.com/deep-dive-into-the-extended-events-histogram-target/)
14
+
-[Paul S. Randal articles about extended events](https://www.sqlskills.com/blogs/paul/category/extended-events/)
15
+
-[Jonathan Kehayias articles about extended events](https://www.sqlskills.com/blogs/jonathan/category/extended-events/)
16
+
-[Jonathan Kehayias extended 31 day series](https://www.sqlskills.com/blogs/jonathan/category/xevent-a-day-series/)
17
+
-[Erin Stellato articles about extended events](https://www.sqlskills.com/blogs/erin/category/extended-events/)
18
+
-[Stairway to SQL Server Extended Events](http://www.sqlservercentral.com/stairway/134867/) (by Erin Stellato)
19
+
-[Measuring “Observer Overhead” of SQL Trace vs. Extended Events](https://sqlperformance.com/2012/10/sql-trace/observer-overhead-trace-extended-events) (by Jonathan Kehayias)
20
+
21
+
Courses:
22
+
-[SQL Server: Introduction to Extended Events](https://www.pluralsight.com/courses/sqlserver-basicxevents) (by Jonathan Kehayias)
23
+
-[SQL Server: Advanced Extended Events](https://www.pluralsight.com/courses/sqlserver-advanced-xevents) (by Jonathan Kehayias)
24
+
-[SQL Server: Replacing Profiler with Extended Events](https://www.pluralsight.com/courses/sqlserver-replacing-profiler-extended-events) (by Erin Stellato)
0 commit comments