<?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: T- Sql To Concatenate A Table Column’s Values Into A Csv String</title>
	<atom:link href="http://mycodetrip.com/2008/12/16/t-sql-to-concatenate-a-table-column-values-into-a-csv-string_160/feed/" rel="self" type="application/rss+xml" />
	<link>http://mycodetrip.com/2008/12/16/t-sql-to-concatenate-a-table-column-values-into-a-csv-string_160/</link>
	<description>stories from the information technology highway</description>
	<lastBuildDate>Tue, 22 Jun 2010 02:54:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Shiva</title>
		<link>http://mycodetrip.com/2008/12/16/t-sql-to-concatenate-a-table-column-values-into-a-csv-string_160/comment-page-1/#comment-1640</link>
		<dc:creator>Shiva</dc:creator>
		<pubDate>Thu, 12 Nov 2009 21:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=160#comment-1640</guid>
		<description>@swapna. Take a look at &lt;a href=&quot;http://msdn.microsoft.com/en-us/magazine/cc301328.aspx&quot; rel=&quot;nofollow&quot;&gt;this MSDN article&lt;/a&gt;. There are some source code snippets for the dataList also in the middle.

Hope that help...</description>
		<content:encoded><![CDATA[<p>@swapna. Take a look at <a href="http://msdn.microsoft.com/en-us/magazine/cc301328.aspx" rel="nofollow">this MSDN article</a>. There are some source code snippets for the dataList also in the middle.</p>
<p>Hope that help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swapna</title>
		<link>http://mycodetrip.com/2008/12/16/t-sql-to-concatenate-a-table-column-values-into-a-csv-string_160/comment-page-1/#comment-1630</link>
		<dc:creator>swapna</dc:creator>
		<pubDate>Wed, 11 Nov 2009 19:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=160#comment-1630</guid>
		<description>hi
thanks for your post.
I need your help in my project.
As you explained I have made a column as a comma separated string. Now my problem is how to attach this string to datalist.
suppose if the string equals dsc1.jpg, dsc2.jpg, dsc3.jpg  i want to attach this to datalist so that I can see 3 photos in a datalist
thanks in advance</description>
		<content:encoded><![CDATA[<p>hi<br />
thanks for your post.<br />
I need your help in my project.<br />
As you explained I have made a column as a comma separated string. Now my problem is how to attach this string to datalist.<br />
suppose if the string equals dsc1.jpg, dsc2.jpg, dsc3.jpg  i want to attach this to datalist so that I can see 3 photos in a datalist<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen</title>
		<link>http://mycodetrip.com/2008/12/16/t-sql-to-concatenate-a-table-column-values-into-a-csv-string_160/comment-page-1/#comment-1552</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Mon, 17 Aug 2009 22:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=160#comment-1552</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://mycodetrip.com/2008/12/16/t-sql-to-concatenate-a-table-column-values-into-a-csv-string_160/comment-page-1/#comment-1549</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Thu, 02 Jul 2009 12:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=160#comment-1549</guid>
		<description>It works but only with sql 2000 +</description>
		<content:encoded><![CDATA[<p>It works but only with sql 2000 +</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby</title>
		<link>http://mycodetrip.com/2008/12/16/t-sql-to-concatenate-a-table-column-values-into-a-csv-string_160/comment-page-1/#comment-1548</link>
		<dc:creator>Toby</dc:creator>
		<pubDate>Fri, 12 Jun 2009 17:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=160#comment-1548</guid>
		<description>Just a quick note:

If your table is empty, the snippet above returns NULL, not an empty string.

Thanks for the code!</description>
		<content:encoded><![CDATA[<p>Just a quick note:</p>
<p>If your table is empty, the snippet above returns NULL, not an empty string.</p>
<p>Thanks for the code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Achilles</title>
		<link>http://mycodetrip.com/2008/12/16/t-sql-to-concatenate-a-table-column-values-into-a-csv-string_160/comment-page-1/#comment-1547</link>
		<dc:creator>Achilles</dc:creator>
		<pubDate>Tue, 09 Jun 2009 07:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=160#comment-1547</guid>
		<description>Thanks man
I was searching for this a long time. I used the &quot;function&quot; workaround, but this is far more compact.

Thank you :)</description>
		<content:encoded><![CDATA[<p>Thanks man<br />
I was searching for this a long time. I used the &#8220;function&#8221; workaround, but this is far more compact.</p>
<p>Thank you :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jules</title>
		<link>http://mycodetrip.com/2008/12/16/t-sql-to-concatenate-a-table-column-values-into-a-csv-string_160/comment-page-1/#comment-1546</link>
		<dc:creator>jules</dc:creator>
		<pubDate>Fri, 29 May 2009 20:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=160#comment-1546</guid>
		<description>Thanks!  This worked like a charm</description>
		<content:encoded><![CDATA[<p>Thanks!  This worked like a charm</p>
]]></content:encoded>
	</item>
</channel>
</rss>
