An XEvent a Day (31 of 31) – Event Session DDL Events

Posted by Jonathan Kehayias on SQL Blog See other posts from SQL Blog or by Jonathan Kehayias
Published on Fri, 31 Dec 2010 19:00:00 GMT Indexed on 2011/01/01 1:57 UTC
Read the original article Hit count: 611

To close out this month’s series on Extended Events we’ll look at the DDL Events for the Event Session DDL operations, and how those can be used to track changes to Event Sessions and determine all of the possible outputs that could exist from an Extended Event Session.  One of my least favorite quirks about Extended Events is that there is no way to determine the Events and Actions that may exist inside a Target, except to parse all of the the captured data.  Information about the Event...(read more)

© SQL Blog or respective owner

Related posts about Extended Events

Related posts about SQL Server 2008