 




<?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: SQL &#8211; IF Exists Update Else Insert</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/sql-if-exists-update-else-insert/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-if-exists-update-else-insert/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 01:41:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: wolfman24</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-if-exists-update-else-insert/#comment-36057</link>
		<dc:creator>wolfman24</dc:creator>
		<pubDate>Wed, 28 Feb 2007 21:38:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-36057</guid>
		<description><![CDATA[Thank you, SheldonLinker! Your suggestions helped clear things up for me. I was not sure how to structure the UPDATE statement as I&#039;d seen a couple different ways on various sites. It looks like I was definitely not going about this the best way. I&#039;ll apply these suggestions tomorrow.

Again, thanks for your help.]]></description>
		<content:encoded><![CDATA[<p>Thank you, SheldonLinker! Your suggestions helped clear things up for me. I was not sure how to structure the UPDATE statement as I&#8217;d seen a couple different ways on various sites. It looks like I was definitely not going about this the best way. I&#8217;ll apply these suggestions tomorrow.</p>
<p>Again, thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wolfman24</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-if-exists-update-else-insert/#comment-36058</link>
		<dc:creator>wolfman24</dc:creator>
		<pubDate>Wed, 28 Feb 2007 21:38:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-36058</guid>
		<description><![CDATA[Thank you, SheldonLinker! Your suggestions helped clear things up for me. I was not sure how to structure the UPDATE statement as I&#039;d seen a couple different ways on various sites. It looks like I was definitely not going about this the best way. I&#039;ll apply these suggestions tomorrow.

Again, thanks for your help.]]></description>
		<content:encoded><![CDATA[<p>Thank you, SheldonLinker! Your suggestions helped clear things up for me. I was not sure how to structure the UPDATE statement as I&#8217;d seen a couple different ways on various sites. It looks like I was definitely not going about this the best way. I&#8217;ll apply these suggestions tomorrow.</p>
<p>Again, thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sheldonlinker</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-if-exists-update-else-insert/#comment-36059</link>
		<dc:creator>sheldonlinker</dc:creator>
		<pubDate>Wed, 28 Feb 2007 16:17:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-36059</guid>
		<description><![CDATA[I just noticed that you also had the update syntax wrong.  Update is:

UPDATE table
   SET field1=value1,
      field2=value2,
      ...
      fieldN=valueN
   WHERE keyField=keyValue]]></description>
		<content:encoded><![CDATA[<p>I just noticed that you also had the update syntax wrong.  Update is:</p>
<p>UPDATE table<br />
   SET field1=value1,<br />
      field2=value2,<br />
      &#8230;<br />
      fieldN=valueN<br />
   WHERE keyField=keyValue</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 03:55:57 -->