<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www2.sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Introducing: Extended Events Code Generator v1.0</title><link>http://www2.sqlblog.com/blogs/adam_machanic/archive/2009/07/30/introducing-extended-events-code-generator-v1-0.aspx</link><description>SQL Server 2008 Extended Events. It's a high-performance, feature-rich, and extremely useful tracing system. Too bad it's so difficult to figure out how to use it ! Or is it? Earlier this week Jonathan Kehayias announced his SSMS addin for Extended Events</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Uniquely Identifying XML Nodes with DENSE_RANK</title><link>http://www2.sqlblog.com/blogs/adam_machanic/archive/2009/07/30/introducing-extended-events-code-generator-v1-0.aspx#15705</link><pubDate>Mon, 03 Aug 2009 13:19:53 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:15705</guid><dc:creator>Adam Machanic</dc:creator><description>&lt;p&gt;When working with XML in SQL Server, you might want to uniquely identify one node against another. But&lt;/p&gt;
</description></item><item><title>Extended Events Code Generator v1.001 - A Quick Fix</title><link>http://www2.sqlblog.com/blogs/adam_machanic/archive/2009/07/30/introducing-extended-events-code-generator-v1-0.aspx#24952</link><pubDate>Sat, 08 May 2010 23:34:22 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:24952</guid><dc:creator>Adam Machanic</dc:creator><description>&lt;p&gt;If you're one of the estimated 3-5 people who've downloaded and are using my XE Code Generator , please&lt;/p&gt;
</description></item><item><title>re: Introducing: Extended Events Code Generator v1.0</title><link>http://www2.sqlblog.com/blogs/adam_machanic/archive/2009/07/30/introducing-extended-events-code-generator-v1-0.aspx#45172</link><pubDate>Wed, 12 Sep 2012 19:13:37 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:45172</guid><dc:creator>Derek Czarny</dc:creator><description>&lt;p&gt;Thanks Adam, I was just trying to learn Extended Events by going through Jonathan's articles and began to write my own, when I jumped to the end of Jonathan's articles and found your function. &amp;nbsp;That was exactly what I was trying to do.&lt;/p&gt;
</description></item><item><title>re: Introducing: Extended Events Code Generator v1.0</title><link>http://www2.sqlblog.com/blogs/adam_machanic/archive/2009/07/30/introducing-extended-events-code-generator-v1-0.aspx#45174</link><pubDate>Wed, 12 Sep 2012 20:34:31 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:45174</guid><dc:creator>Derek Czarny</dc:creator><description>&lt;p&gt;I liked some of the examples on the deadlock extended events, where you can click on the xml output in the results and it opens in another query window. &amp;nbsp;On line 309 in your code generator is &lt;/p&gt;
&lt;p&gt;WHEN column_name = 'tsql_stack' THEN 'XML' &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I modified it to get that same effect:&lt;/p&gt;
&lt;p&gt;WHEN column_name in ('tsql_stack','xml_report') THEN 'XML'&lt;/p&gt;
</description></item><item><title>re: Introducing: Extended Events Code Generator v1.0</title><link>http://www2.sqlblog.com/blogs/adam_machanic/archive/2009/07/30/introducing-extended-events-code-generator-v1-0.aspx#45181</link><pubDate>Wed, 12 Sep 2012 23:49:56 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:45181</guid><dc:creator>Adam Machanic</dc:creator><description>&lt;p&gt;Thanks, Derek. Are you aware of the newer version?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://sqlblog.com/blogs/adam_machanic/archive/2010/05/08/extended-events-code-generator-v1-001-a-quick-fix.aspx"&gt;http://sqlblog.com/blogs/adam_machanic/archive/2010/05/08/extended-events-code-generator-v1-001-a-quick-fix.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Unfortunately I don't think either version works (well?) with SQL Server 2012. I need to revisit, because I made some assumptions that are no longer true about how the XML output would look.&lt;/p&gt;
</description></item></channel></rss>