<?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 for Martina Ponca&#039;s Blog</title>
	<atom:link href="http://audaxx.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://audaxx.net</link>
	<description>Notes on database design, business intelligence, ETL, and enterprise reporting using Microsoft SQL Server</description>
	<lastBuildDate>Fri, 28 Oct 2011 02:15:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Transformation: Pivot Word to Letters by John Huang</title>
		<link>http://audaxx.net/2011/10/21/pivot-word-to-letters/comment-page-1/#comment-50</link>
		<dc:creator>John Huang</dc:creator>
		<pubDate>Fri, 28 Oct 2011 02:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://audaxx.net/?p=379#comment-50</guid>
		<description>Hi Martina, what&#039;s the business case of it? Would you think doing substring only would be faster since you are copying the string in each iteration although the @substring gets one char less than last iteration.</description>
		<content:encoded><![CDATA[<p>Hi Martina, what&#8217;s the business case of it? Would you think doing substring only would be faster since you are copying the string in each iteration although the @substring gets one char less than last iteration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Handling Invalid (Illegal or Special) Characters in XML by John Huang</title>
		<link>http://audaxx.net/2010/01/09/handling-invalid-illegal-or-special-characters-in-xml/comment-page-1/#comment-40</link>
		<dc:creator>John Huang</dc:creator>
		<pubDate>Thu, 13 Oct 2011 06:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovedata.ca/?p=219#comment-40</guid>
		<description>Martina, I usualy convert the string that might contain the invalid chars into 64 based binary strings...like
select cast(col as vaarbinary(64)) from ... for xml...,binary base64 
Continue your good work, Martina</description>
		<content:encoded><![CDATA[<p>Martina, I usualy convert the string that might contain the invalid chars into 64 based binary strings&#8230;like<br />
select cast(col as vaarbinary(64)) from &#8230; for xml&#8230;,binary base64<br />
Continue your good work, Martina</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transformation: Pivot Columns to Rows using XML by John Huang</title>
		<link>http://audaxx.net/2010/06/30/pivot-columns-to-rows-using-xml/comment-page-1/#comment-39</link>
		<dc:creator>John Huang</dc:creator>
		<pubDate>Wed, 12 Oct 2011 06:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovedata.ca/?p=289#comment-39</guid>
		<description>That&#039;s a good idea. Did not thought about using xquery &quot;row/@&quot;. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good idea. Did not thought about using xquery &#8220;row/@&#8221;. Thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

