Sign in
Using SQL Server Extended Events
Discussions, examples and general news about SQL Server Extended Events from the team that built it.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Blog Roll
Raoul Illyes
Jonathan Kehayias
Grant Fritchey (The Scary DBA)
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
"Denali" CTP1
"Denali" CTP3
101 - The Basics
301 - Advanced
401 - Internals
How To
SQL Server 2008
SQL Server 2008 R2
SQL Server 2012
Archive
Archives
March 2012
(1)
February 2012
(1)
January 2012
(1)
July 2011
(3)
February 2011
(1)
January 2011
(1)
December 2010
(3)
November 2010
(1)
July 2010
(1)
June 2010
(2)
May 2010
(2)
April 2010
(1)
March 2010
(4)
MSDN Blogs
>
Using SQL Server Extended Events
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Using SQL Server Extended Events
Migrating from SQL Trace to Extended Events
Posted
over 3 years ago
by
Mike Wachal - MSFT
3
Comments
In SQL Server codenamed “Denali” we are moving our diagnostic tracing capabilities forward by building a system on top of Extended Events. With every new system you face the specter of migration which is always a bit of a hassle. I’m obviously motivated...
Using SQL Server Extended Events
Introducing the Extended Events Reader
Posted
over 2 years ago
by
Mike Wachal - MSFT
3
Comments
Check out What's new for Extended Events in SQL Server Codenamed "Denali" CTP3 for an overview of all of the new functionality released in CTP3. This post covers the details of the “reader” API, which we call the XeReader, that you can use to...
Using SQL Server Extended Events
Activity Tracking event session template is broken
Posted
over 1 year ago
by
Mike Wachal - MSFT
2
Comments
With the release of SQL Server 2012 RC0 you will notice that a number of new session templates have shown up in both the New Session Wizard and the New Session dialog. One template in particular, Activity Tracking, is unfortunately broken “out of the...
Using SQL Server Extended Events
Reading event data 101: What’s up with the XML?
Posted
over 3 years ago
by
Mike Wachal - MSFT
1
Comments
If you explored extended events to any degree you’ve already discovered that when you read the targets you get your event data back as XML. First things first, lets clear up a popular misconception; event data is not stored as XML in the targets, it’s...
Using SQL Server Extended Events
Extended Blogs – Now cross posting to Sqlblog.com
Posted
over 3 years ago
by
Mike Wachal - MSFT
1
Comments
Thanks to some help from SQL MVP Adam Mechanic , the Extended Events blog is now being cross posted on SQLblog.com. Except for the first two posts ( welcome message & Reading event data 101 ), these blogs will be identical so read whichever site you...
Using SQL Server Extended Events
Making a Statement: How to retrieve the T-SQL statement that caused an event
Posted
over 3 years ago
by
Mike Wachal - MSFT
1
Comments
If you’ve done any troubleshooting of T-SQL, you know that sooner or later, probably sooner, you’re going to want to take a look at the actual statements you’re dealing with. In extended events we offer an action (See the BOL topic that covers Extended...
Using SQL Server Extended Events
What’s new for Extended Events in SQL Server code-named “Denali” CTP1
Posted
over 3 years ago
by
Mike Wachal - MSFT
1
Comments
I’ve been generally lax about posting new stuff to the blog for the last several months, and I’m particularly behind in posting an update about what you’ll see in Denali CTP1 that is new for Extended Events. My only excuse is that we’ve been hard at work...
Using SQL Server Extended Events
Be sure to read Jonathan Kehayias’ 31 day series on extended events
Posted
over 3 years ago
by
Mike Wachal - MSFT
0
Comments
If you have not seen it already, Jonathan Kehayias is writing a 31 day series on extended events in celebration of the public release of Denali CTP1. You can start at the master post to find links to each days efforts. As of this writing he is on day...
Using SQL Server Extended Events
Session memory – who’s this guy named Max and what’s he doing with my memory?
Posted
over 3 years ago
by
Mike Wachal - MSFT
0
Comments
SQL Server MVP Jonathan Kehayias ( blog ) emailed me a question last week when he noticed that the total memory used by the buffers for an event session was larger than the value he specified for the MAX_MEMORY option in the CREATE EVENT SESSION DDL....
Using SQL Server Extended Events
Welcome to the Extended Events blog
Posted
over 3 years ago
by
Mike Wachal - MSFT
0
Comments
If you haven’t gotten a chance to explorer Extended Events yet, then you’ll probably want to read about it first in Books Online. You can start at the SQL Server Extended Events topic and work from there. From the BOL topics you’ll learn that Extended...
Using SQL Server Extended Events
Try a sample: Using the counter predicate for event sampling
Posted
over 3 years ago
by
Mike Wachal - MSFT
0
Comments
Extended Events offers a rich filtering mechanism, called predicates, that allows you to reduce the number of events you collect by specifying criteria that will be applied during event collection. (You can find more information about predicates in Using...
Using SQL Server Extended Events
Today’s Subject: Predicates
Posted
over 3 years ago
by
Mike Wachal - MSFT
0
Comments
Don’t worry, I haven’t suddenly switched the topic of this blog to English grammar, but if you want to learn more about Predicates as they apply to sentence constriction you can start with this article on WikipediA . Rather, today’s...
Using SQL Server Extended Events
Take it to the MAX (and beyond)
Posted
over 3 years ago
by
Mike Wachal - MSFT
0
Comments
I got an interesting question from our Support team today and thought I’d blog the answer since it identified an area that can easily cause some confusion. In the BOL documentation for CREATE EVENT SESSION the description for the MAX_MEMORY session option...
Using SQL Server Extended Events
Introducing your Data Collector to Extended Events
Posted
over 3 years ago
by
Mike Wachal - MSFT
0
Comments
One of the things I haven’t gotten around to blogging about yet is how to utilize Data Collector to capture data from event sessions. Raoul Illyes ( blog ) has relieved me of that duty by posting an article demonstrating how to use Data Collector...
Using SQL Server Extended Events
Option Trading: Getting the most out of the event session options
Posted
over 3 years ago
by
Mike Wachal - MSFT
0
Comments
You can control different aspects of how an event session behaves by setting the event session options as part of the CREATE EVENT SESSION DDL . The default settings for the event session options are designed to handle most of the common event collection...
Using SQL Server Extended Events
Introduction to Extended Events
Posted
over 3 years ago
by
pedrou
0
Comments
For those fighting with all the Extended Event terminology, let's step back and have a small overall introduction to Extended Events. This post will give you a simplified end to end view through some of the elements in Extended Events. Before we start...
Using SQL Server Extended Events
Issues with the system_health session in SQL Server 2012
Posted
over 1 year ago
by
Mike Wachal - MSFT
0
Comments
The ever alert Jonathan Kehayias ( Blog | Twitter ) sent me a question recently asking about the Extended Event UI used for showing predicates. In particular, he was wondering about the predicate for the wait_info event that is defined in the system_health...
Using SQL Server Extended Events
Extended Events demos on Microsoft Virtual Academy
Posted
over 1 year ago
by
Mike Wachal - MSFT
0
Comments
I had an opportunity recently to contribute a presentation to the Microsoft Virtual Academy as part of the Mission Critical Confidence using SQL Server 2012 course offering. The MVA offers you a myriad of free training opportunities, so I encourage anyone...
Using SQL Server Extended Events
Introducing the Extended Events Object Model
Posted
over 2 years ago
by
Mike Wachal - MSFT
0
Comments
The primary focus we’ve had for Extended Events in SQL Server codenamed “Denali” is to offer a better user experience by providing options for working with the system beyond DDL. One of those options is the availability of a managed code object model...
Using SQL Server Extended Events
Sampling SQL server batch activity
Posted
over 2 years ago
by
Jerome Halmans
0
Comments
Recently I was troubleshooting a performance issue on an internal tracking workload and needed to collect some very low level events over a period of 3-4 hours. During analysis of the data I found that a common pattern I was using was to find a batch...
Using SQL Server Extended Events
What’s New for Extended Events in SQL Server Codenamed “Denali” CTP3
Posted
over 2 years ago
by
Mike Wachal - MSFT
0
Comments
CTP3 is finally here and the crowd goes wild! Since I’m sure everyone has been anticipating the CTP3 updates to Extended Events (because, let’s face it, Extended Events is the most important part of the product, right?) let’s get to...
Using SQL Server Extended Events
Introducing the Extended Events User Interface
Posted
over 2 years ago
by
Mike Wachal - MSFT
0
Comments
Check out What's new for Extended Events in SQL Server Codenamed "Denali" CTP3 for an overview of all of the new functionality released in CTP3. This post details the new user interface. In my overview post I mentioned that the user interface is built...
Page 1 of 1 (22 items)