<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>rabidGadfly</title>
	
	<link>http://www.rabidgadfly.com</link>
	<description>Methods, tips, and musings on Flash, ColdFusion, XML, and other web technology.</description>
	<pubDate>Fri, 06 Nov 2009 14:18:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/rabidGadfly/blog" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>How to View Bit Values in MySQL Query Browser</title>
		<link>http://feedproxy.google.com/~r/rabidGadfly/blog/~3/MVOau9fppZU/</link>
		<comments>http://www.rabidgadfly.com/index.php/2009/11/06/how-to-view-bit-values-in-mysql-query-browser/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 14:18:45 +0000</pubDate>
		<dc:creator>rabidGadfly</dc:creator>
		
		<category><![CDATA[mySQL]]></category>

		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=123</guid>
		<description><![CDATA[I stumbled across this useful tidbit the other day in the MySQL Forums. I&#8217;ve always been frustrated that bit data type values fail to appear in MySQL Query Browser. Instead, it simply displays a &#8216;b&#8217; regardless of the actual value. 
I looked through all of the options but couldn&#8217;t find a setting related to the [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled across this useful tidbit the other day in the MySQL Forums. I&#8217;ve always been frustrated that bit data type values fail to appear in MySQL Query Browser. Instead, it simply displays a &#8216;b&#8217; regardless of the actual value. </p>
<p>I looked through all of the options but couldn&#8217;t find a setting related to the issue. The solution (workaround) turned out to be very easy. Just add 0 to the column in the SELECT list and the values will appear.</p>
<p>For example:</p>
<pre><code>SELECT myBooleanColumn + 0 as myBooleanColumn
FROM myTable</code></pre>
<p>Either a 1 or a 0 will now appear as the value in the results.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=MVOau9fppZU:rRXCJanUrY8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=MVOau9fppZU:rRXCJanUrY8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=MVOau9fppZU:rRXCJanUrY8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=MVOau9fppZU:rRXCJanUrY8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=MVOau9fppZU:rRXCJanUrY8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=MVOau9fppZU:rRXCJanUrY8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=MVOau9fppZU:rRXCJanUrY8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=MVOau9fppZU:rRXCJanUrY8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=MVOau9fppZU:rRXCJanUrY8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rabidGadfly/blog/~4/MVOau9fppZU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rabidgadfly.com/index.php/2009/11/06/how-to-view-bit-values-in-mysql-query-browser/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.rabidgadfly.com/index.php/2009/11/06/how-to-view-bit-values-in-mysql-query-browser/</feedburner:origLink></item>
		<item>
		<title>Update ColdFusion Query Columns With JavaCast</title>
		<link>http://feedproxy.google.com/~r/rabidGadfly/blog/~3/I9yA0ec74iU/</link>
		<comments>http://www.rabidgadfly.com/index.php/2009/10/09/update-coldfusion-query-columns-with-javacast/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 16:08:15 +0000</pubDate>
		<dc:creator>rabidGadfly</dc:creator>
		
		<category><![CDATA[coldFusion]]></category>

		<category><![CDATA[base64]]></category>

		<category><![CDATA[query]]></category>

		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=119</guid>
		<description><![CDATA[I recently found myself in need of a way to convert a Binary data column into Base64 encoded data when returning a query. After a quick Google, I was directed to Ben Nadel&#8217;s post &#8220;Updating Columns In An Existing ColdFusion Query Object&#8221; which details how to use javaCast to update a ColdFusion query.
From there, I [...]]]></description>
			<content:encoded><![CDATA[<p>I recently found myself in need of a way to convert a Binary data column into Base64 encoded data when returning a query. After a quick Google, I was directed to Ben Nadel&#8217;s post &#8220;<a href="http://www.bennadel.com/blog/1708-Ask-Ben-Updating-Columns-In-An-Existing-ColdFusion-Query-Object.htm">Updating Columns In An Existing ColdFusion Query Object</a>&#8221; which details how to use javaCast to update a ColdFusion query.</p>
<p>From there, I just needed to add the small extra step of Base64 encoding and my query was ready to go.</p>
<pre><code>&lt;cfloop  query="q"&gt;
    &lt;cfset base64Data = toBase64(q.my_binary_data) /&gt;
    &lt;cfset q["my_binary_data"][q.currentRow] = javaCast("string",'#base64Data#') /&gt;
&lt;/cfloop&gt;            </code></pre>
<p>This is not the first time I found a useful solution on Ben&#8217;s site. If you use ColdFusion, you should definitely <a href="http://www.bennadel.com/">check it out</a>. He has some great, easy-to-understand, posts on many useful topics.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=I9yA0ec74iU:yafN8Z-LUeE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=I9yA0ec74iU:yafN8Z-LUeE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=I9yA0ec74iU:yafN8Z-LUeE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=I9yA0ec74iU:yafN8Z-LUeE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=I9yA0ec74iU:yafN8Z-LUeE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=I9yA0ec74iU:yafN8Z-LUeE:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=I9yA0ec74iU:yafN8Z-LUeE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=I9yA0ec74iU:yafN8Z-LUeE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=I9yA0ec74iU:yafN8Z-LUeE:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rabidGadfly/blog/~4/I9yA0ec74iU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rabidgadfly.com/index.php/2009/10/09/update-coldfusion-query-columns-with-javacast/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.rabidgadfly.com/index.php/2009/10/09/update-coldfusion-query-columns-with-javacast/</feedburner:origLink></item>
		<item>
		<title>10 Easy Steps to set up Model-Glue 2: Unity on a Shared Host</title>
		<link>http://feedproxy.google.com/~r/rabidGadfly/blog/~3/ctehQwp0Ds8/</link>
		<comments>http://www.rabidgadfly.com/index.php/2009/04/08/10-easy-steps-to-set-up-model-glue-2-unity-on-a-shared-host/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 15:43:35 +0000</pubDate>
		<dc:creator>rabidGadfly</dc:creator>
		
		<category><![CDATA[coldFusion]]></category>

		<category><![CDATA[modelGlue]]></category>

		<category><![CDATA[coldspring]]></category>

		<category><![CDATA[model-glue]]></category>

		<category><![CDATA[shared hosting]]></category>

		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=110</guid>
		<description><![CDATA[Once I had it working, I was astounded by the simplicity. The only pre-requisite is that your server is running ColdFusion 8 or above. Here are the steps:
Note that the following steps assume your site is already created

Download ColdSpring.
Unzip ColdSpring, rename the unzipped folder to &#8220;coldspring&#8221; and copy it into your site root.
Download Model-Glue.
Unzip the [...]]]></description>
			<content:encoded><![CDATA[<p>Once I had it working, I was astounded by the simplicity. The only pre-requisite is that your server is running ColdFusion 8 or above. Here are the steps:</p>
<p><em>Note that the following steps assume your site is already created</em></p>
<ol>
<li><a href="http://www.coldspringframework.org/" target="_blank">Download ColdSpring</a>.</li>
<li>Unzip ColdSpring, rename the unzipped folder to &#8220;coldspring&#8221; and copy it into your site root.</li>
<li><a href="http://www.model-glue.com/" target="_blank">Download Model-Glue</a>.</li>
<li>Unzip the Model-Glue archive into a temp folder.</li>
<li>Copy the Model-Glue folder into your site root.</li>
<li>Copy the <em>contents</em> of the /modelglueapplicationtemplate directory to your site root. Do NOT copy the folder itself.</li>
<li>From your site root, open /config/ColdSpring.xml and delete the two occurrences of &#8220;/modelglueapplicationtemplate&#8221; on lines 12 and 13. This should result in your viewMappings being &#8220;/views&#8221; and your generatedViewMapping being &#8220;/views/generated&#8221;</li>
<li>From your site root, open /config/ModelGlue.xml and delete &#8220;modelglueapplicationtemplate.&#8221; from line 3 making it &#8220;controller.Controller&#8221; instead of &#8220;modelglueapplicationtemplate.controller.Controller&#8221;.</li>
<li>Delete Application.cfm from your site root and replace it with the Application.cfc in <a href="http://www.rabidgadfly.com/misc/Application.zip">this zip file</a>.</li>
<li>Open Application.cfc and change the application name from <em>yourAppNameHere</em> to your application name. If you don&#8217;t know what to use, use your domain minus the dot, i.e., &#8220;myDomainCOM&#8221;.</li>
</ol>
<p>Providing your server is running ColdFusion 8 or above, you should now have a working Model-Glue site! To test it, open the site in your browser and you should see a message stating &#8220;Model-Glue is up and running!&#8221;</p>
<p>-rG</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=ctehQwp0Ds8:IU2WEy8qF-k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=ctehQwp0Ds8:IU2WEy8qF-k:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=ctehQwp0Ds8:IU2WEy8qF-k:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=ctehQwp0Ds8:IU2WEy8qF-k:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=ctehQwp0Ds8:IU2WEy8qF-k:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=ctehQwp0Ds8:IU2WEy8qF-k:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=ctehQwp0Ds8:IU2WEy8qF-k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=ctehQwp0Ds8:IU2WEy8qF-k:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=ctehQwp0Ds8:IU2WEy8qF-k:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rabidGadfly/blog/~4/ctehQwp0Ds8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rabidgadfly.com/index.php/2009/04/08/10-easy-steps-to-set-up-model-glue-2-unity-on-a-shared-host/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.rabidgadfly.com/index.php/2009/04/08/10-easy-steps-to-set-up-model-glue-2-unity-on-a-shared-host/</feedburner:origLink></item>
		<item>
		<title>Use cf_sql_timestamp for MS SQL and MySQL date types</title>
		<link>http://feedproxy.google.com/~r/rabidGadfly/blog/~3/3EzvHS-wNZo/</link>
		<comments>http://www.rabidgadfly.com/index.php/2009/03/10/use-cf_sql_timestamp-for-mssql/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 19:11:42 +0000</pubDate>
		<dc:creator>rabidGadfly</dc:creator>
		
		<category><![CDATA[coldFusion]]></category>

		<category><![CDATA[cfqueryparam]]></category>

		<category><![CDATA[cf_sql_date]]></category>

		<category><![CDATA[cf_sql_timestamp]]></category>

		<category><![CDATA[ms sql]]></category>

		<category><![CDATA[mySQL]]></category>

		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=101</guid>
		<description><![CDATA[Hopefully, if you&#8217;re using ColdFusion, you&#8217;re already using cfqueryparam in your queries for better performance and security against SQL Injection attacks. If you&#8217;re not, you should read this. 
When using cfqueryparam you specify a value and an SQL type. Dates can be assigned two different types, cf_sql_date and cf_sql_timestamp. cf_sql_date is intended to be used [...]]]></description>
			<content:encoded><![CDATA[<p>Hopefully, if you&#8217;re using ColdFusion, you&#8217;re already using <a href="http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_p-q_18.html">cfqueryparam</a> in your queries for better performance and security against SQL Injection attacks. If you&#8217;re not, you should read <a href="http://www.forta.com/blog/index.cfm/2005/12/21/SQL-Injection-Attacks-Easy-To-Prevent-But-Apparently-Still-Ignored">this</a>. </p>
<p>When using cfqueryparam you specify a value and an SQL type. Dates can be assigned two different types, cf_sql_date and cf_sql_timestamp. cf_sql_date is intended to be used for date types in DB2 and Informix. If you&#8217;re using MS SQL Server, you should use cf_sql_timestamp.</p>
<p>cf_sql_timestamp maps  to the datetime and smalldatetime data types in MS SQL Server. Although cf_sql_date works in many instances, it does not work in all instances. I ran into this issue when evaluating whether a date equaled a certain date value. For example:</p>
<pre><code>SELECT *
FROM myTable
WHERE create_dt = &lt;cfqueryparam type="cf_sql_date" value="2099-12-31  23:59:59" /&gt;</code></pre>
<p>When I ran the query in SQL Query Analyzer (minus the cfqueryparam of course), I received the expected results. When I ran it inside a ColdFusion page I received an empty result set. Once I changed to timestamp, I received my results.</p>
<pre><code>SELECT *
FROM myTable
WHERE create_dt = &lt;cfqueryparam type="cf_sql_timestamp" value="2099-12-31  23:59:59" /&gt;</code></pre>
<p>I haven&#8217;t tested the code with mySQL, and mySQL isn&#8217;t listed in the livedocs cross-reference table so I don&#8217;t know what kind of effect can be seen there, though I&#8217;d be interested to find out. </p>
<p><strong>UPDATE:</strong> I got two great tips from comments. According to sebastiaan cf_sql_timestamp should be used with MySQL as well as MS SQL Server. And Ben Nadel adds that cf_sql_longvarchar should be used for text fields. Great info. Thank you both!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=3EzvHS-wNZo:9hPywDfa334:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=3EzvHS-wNZo:9hPywDfa334:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=3EzvHS-wNZo:9hPywDfa334:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=3EzvHS-wNZo:9hPywDfa334:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=3EzvHS-wNZo:9hPywDfa334:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=3EzvHS-wNZo:9hPywDfa334:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=3EzvHS-wNZo:9hPywDfa334:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=3EzvHS-wNZo:9hPywDfa334:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=3EzvHS-wNZo:9hPywDfa334:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rabidGadfly/blog/~4/3EzvHS-wNZo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rabidgadfly.com/index.php/2009/03/10/use-cf_sql_timestamp-for-mssql/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.rabidgadfly.com/index.php/2009/03/10/use-cf_sql_timestamp-for-mssql/</feedburner:origLink></item>
		<item>
		<title>How to Create Delimited Lists of Related Data in Your MS SQL Queries</title>
		<link>http://feedproxy.google.com/~r/rabidGadfly/blog/~3/0m3mxmVwhQ8/</link>
		<comments>http://www.rabidgadfly.com/index.php/2009/01/07/how-to-create-delimited-lists-of-related-data-in-your-ms-sql-queries/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 19:37:07 +0000</pubDate>
		<dc:creator>rabidGadfly</dc:creator>
		
		<category><![CDATA[sql]]></category>

		<category><![CDATA[coalesce]]></category>

		<category><![CDATA[delimited]]></category>

		<category><![CDATA[group_concat]]></category>

		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=98</guid>
		<description><![CDATA[Describes a technique for including comma-delimited lists from related tables as a column in your SQL result set.]]></description>
			<content:encoded><![CDATA[<p>A project I&#8217;m working on requires me to return asset records along with a comma-delimited list of related keywords. The keywords are stored in their own table and there is a one-to-many relationship from assets to keywords.</p>
<p>The following code returns what I&#8217;m looking for, but only for one record:</p>
<pre><code>DECLARE @KeywordList varchar(1000)

SELECT @KeywordList = COALESCE(@KeywordList + ', ', '') + k.keyword
FROM assets a
JOIN keywords k ON a.asset_guid = k.asset_guid
WHERE a.asset_guid = 'xxxxxxxx-xxxx-xxxx-xxxx-023ECD4EBB4C'

SELECT @KeywordList</code></pre>
<p>The problem was that I needed to return the results in a column for every record in the result set, and that code won&#8217;t work in a subquery. </p>
<p>My solution was to create a SQL user defined function.  </p>
<p>Before proceeding, I should note that the method I&#8217;m posting should only be used if absolutely necessary. In addition to running your main query, you will also be running an additional query for every returned record, which can get pretty expensive. </p>
<p>But if you have a need as I did, this method should do the trick. Te following function accepts an asset GUID and returns the associated keywords in a comma-delimited list:</p>
<pre><code>CREATE FUNCTION getDelimitedKeywords
   (@asset_guid uniqueidentifier )
RETURNS varchar(1000)
AS
BEGIN
   DECLARE @KeywordList varchar(1000)
   SELECT @KeywordList = COALESCE(@KeywordList + ', ', '') + keyword
   FROM keywords
   WHERE asset_guid = @asset_guid

   RETURN ( @KeywordList )
END</code></pre>
<p>Now I can easily include the list in every row of my query by calling the function in my SELECT:</p>
<pre><code>SELECT asset_name, dbo.getDelimitedKeywords(asset_guid) as Keywords
FROM assets</code></pre>
<p>I didn&#8217;t research how to achieve the same results in mySQL, but it&#8217;s probably pretty easy to do using the GROUP_CONCAT function.</p>
<p>-rG</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=0m3mxmVwhQ8:t7XEYtWUx78:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=0m3mxmVwhQ8:t7XEYtWUx78:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=0m3mxmVwhQ8:t7XEYtWUx78:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=0m3mxmVwhQ8:t7XEYtWUx78:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=0m3mxmVwhQ8:t7XEYtWUx78:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=0m3mxmVwhQ8:t7XEYtWUx78:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=0m3mxmVwhQ8:t7XEYtWUx78:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?i=0m3mxmVwhQ8:t7XEYtWUx78:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rabidGadfly/blog?a=0m3mxmVwhQ8:t7XEYtWUx78:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/rabidGadfly/blog?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rabidGadfly/blog/~4/0m3mxmVwhQ8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rabidgadfly.com/index.php/2009/01/07/how-to-create-delimited-lists-of-related-data-in-your-ms-sql-queries/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.rabidgadfly.com/index.php/2009/01/07/how-to-create-delimited-lists-of-related-data-in-your-ms-sql-queries/</feedburner:origLink></item>
	</channel>
</rss>
