<?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: MS SQL IF EXISTS Technique</title>
	<atom:link href="http://www.reynacho.com/2008/03/ms-sql-if-exists-technique/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reynacho.com/2008/03/ms-sql-if-exists-technique/</link>
	<description>... on Flex, ColdFusion, FarCry, and much more ...</description>
	<lastBuildDate>Tue, 09 Feb 2010 18:36:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Jake Churchill</title>
		<link>http://www.reynacho.com/2008/03/ms-sql-if-exists-technique/comment-page-1/#comment-57</link>
		<dc:creator>Jake Churchill</dc:creator>
		<pubDate>Mon, 17 Mar 2008 22:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://jake.cfwebtools.com/2008/03/13/ms-sql-if-exists-technique/#comment-57</guid>
		<description>Excellent point.  As I mentioned, SQL / Database things are not necessarily my strongest asset.  Thanks for the comment!</description>
		<content:encoded><![CDATA[<p>Excellent point.  As I mentioned, SQL / Database things are not necessarily my strongest asset.  Thanks for the comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rand Thacker</title>
		<link>http://www.reynacho.com/2008/03/ms-sql-if-exists-technique/comment-page-1/#comment-41</link>
		<dc:creator>Rand Thacker</dc:creator>
		<pubDate>Fri, 14 Mar 2008 22:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://jake.cfwebtools.com/2008/03/13/ms-sql-if-exists-technique/#comment-41</guid>
		<description>Good solution, but the select for the ActionTaken can be even simpler:

SELECT &#039;ins&#039; as actionTaken

Notice you don&#039;t need a table, or a TOP 1 or anything!</description>
		<content:encoded><![CDATA[<p>Good solution, but the select for the ActionTaken can be even simpler:</p>
<p>SELECT &#8216;ins&#8217; as actionTaken</p>
<p>Notice you don&#8217;t need a table, or a TOP 1 or anything!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

