question

Steve Jones - Editor avatar image
Steve Jones - Editor asked

What are Extended Events?

I have seen extended events listed along with DDL triggers, trace, and other SQL Server features. What are they and should I be using them?

extended-events
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

TimothyAWiseman avatar image
TimothyAWiseman answered

MSDN provides an excellent overview at http://msdn.microsoft.com/en-us/library/bb630354.aspx .

In a situation where no other explanation for slowdowns can be found or when using SQL Server on a server that also has other duties they can be very useful for troubleshooting slowdowns. Generally when using SQL Server on a dedicated machine they are more likely to clutter the display than provide useful information.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jorge Segarra avatar image
Jorge Segarra answered

If you'd like to learn all about Extended Events I suggest reading Jonathan Kehayias' whitepaper on the matter:

http://msdn.microsoft.com/en-us/library/dd822788.aspx

Jonathan has also developed an application to help you use and view the extended events information called Extended Events Manager. The application is free and available at Codeplex: http://extendedeventmanager.codeplex.com/

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.