<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: MS SQL IF EXISTS Technique</title>
	<link>http://jake.cfwebtools.com/2008/03/13/ms-sql-if-exists-technique/</link>
	<description>Jake Churchill on ColdFusion, FarCry, CSS, and much more...</description>
	<pubDate>Wed, 09 Jul 2008 01:59:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Jake Churchill</title>
		<link>http://jake.cfwebtools.com/2008/03/13/ms-sql-if-exists-technique/#comment-57</link>
		<dc:creator>Jake Churchill</dc:creator>
		<pubDate>Mon, 17 Mar 2008 22:24:41 +0000</pubDate>
		<guid>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://jake.cfwebtools.com/2008/03/13/ms-sql-if-exists-technique/#comment-41</link>
		<dc:creator>Rand Thacker</dc:creator>
		<pubDate>Fri, 14 Mar 2008 22:40:43 +0000</pubDate>
		<guid>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 'ins' as actionTaken

Notice you don'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>
