An XEvent a Day (3 of 31) – Managing Event Sessions

Posted by Jonathan Kehayias on SQL Blog See other posts from SQL Blog or by Jonathan Kehayias
Published on Fri, 03 Dec 2010 14:00:00 GMT Indexed on 2010/12/06 16:58 UTC
Read the original article Hit count: 773

Yesterdays post, Querying the Extended Events Metadata , showed how to discover the objects available for use in Extended Events.  In todays post, we’ll take a look at the DDL Commands that are used to create and manage Event Sessions based on the objects available in the system.  Like other objects inside of SQL Server, there are three DDL commands that are used with Extended Events; CREATE EVENT SESSION , ALTER EVENT SESSION , and DROP EVENT SESSION .  The command names are self...(read more)

© SQL Blog or respective owner

Related posts about Extended Events

Related posts about SQL Server 2008