<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Decode  COLUMNS_UPDATED ()</title>
	<atom:link href="http://www.sql-server-performance.com/2011/columns-updated-bit-decode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com/2011/columns-updated-bit-decode/</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Fri, 17 May 2013 13:31:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Guillermo Gutiérrez</title>
		<link>http://www.sql-server-performance.com/2011/columns-updated-bit-decode/#comment-3274</link>
		<dc:creator>Guillermo Gutiérrez</dc:creator>
		<pubDate>Thu, 21 Mar 2013 15:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1925#comment-3274</guid>
		<description><![CDATA[Excellent post, just what I was looking for. Just one question: Why turn the column names into an XML, and then return them into a table? Why not put the column names directly in the return table variable? Because my guessing is that the XML could cause some extra overhead to the trigger.
INSERT      @tblColumns
SELECT      COLUMN_NAME
      FROM  INFORMATION_SCHEMA.COLUMNS Field
      WHERE ...]]></description>
		<content:encoded><![CDATA[<p>Excellent post, just what I was looking for. Just one question: Why turn the column names into an XML, and then return them into a table? Why not put the column names directly in the return table variable? Because my guessing is that the XML could cause some extra overhead to the trigger.</p>
<p>INSERT      @tblColumns<br />
SELECT      COLUMN_NAME<br />
      FROM  INFORMATION_SCHEMA.COLUMNS Field<br />
      WHERE &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
