Skip to content

Commit 985e326

Browse files
committed
Add awesome stuff about extended events
1 parent 89a84f2 commit 985e326

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Extended_Events/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# SQL Server Extended Events
2+
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.
23

3-
Source links:
4+
5+
6+
Useful links:
47
- [Extended Events Microsoft Docs](https://docs.microsoft.com/en-us/sql/relational-databases/extended-events/extended-events)
58
- [Find Your Dark Queries](http://michaeljswart.com/2017/04/finding-your-dark-queries/)
69
- [Finding Blocked Processes and Deadlocks using SQL Server Extended Events](https://www.brentozar.com/archive/2014/03/extended-events-doesnt-hard/)
710
- [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)
811
- [Understanding the sql_text Action in Extended Events](https://www.sqlskills.com/blogs/jonathan/understanding-the-sql_text-action-in-extended-events/)
912
- [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

Comments
 (0)