<?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 SERVER - 2008 - Introduction to Merge Statement - One Statement for INSERT, UPDATE, DELETE</title>
	<atom:link href="http://blog.sqlauthority.com/2008/08/28/sql-server-2008-introduction-to-merge-statement-one-statement-for-insert-update-delete/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/08/28/sql-server-2008-introduction-to-merge-statement-one-statement-for-insert-update-delete/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<pubDate>Wed, 07 Jan 2009 19:01:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shashi</title>
		<link>http://blog.sqlauthority.com/2008/08/28/sql-server-2008-introduction-to-merge-statement-one-statement-for-insert-update-delete/#comment-44197</link>
		<dc:creator>Shashi</dc:creator>
		<pubDate>Thu, 13 Nov 2008 07:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=881#comment-44197</guid>
		<description>What if we want a conditional merge or insert 

Eg: if(condition = true)
(
insert into table1 values(select * from tableE) where ..
)
else
(

)

how does such things work, can u help me.

Thanks</description>
		<content:encoded><![CDATA[<p>What if we want a conditional merge or insert </p>
<p>Eg: if(condition = true)<br />
(<br />
insert into table1 values(select * from tableE) where ..<br />
)<br />
else<br />
(</p>
<p>)</p>
<p>how does such things work, can u help me.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaurav</title>
		<link>http://blog.sqlauthority.com/2008/08/28/sql-server-2008-introduction-to-merge-statement-one-statement-for-insert-update-delete/#comment-44155</link>
		<dc:creator>gaurav</dc:creator>
		<pubDate>Tue, 11 Nov 2008 11:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=881#comment-44155</guid>
		<description>can we transfer different combo box value into different tables at the database by using one one sql insert query</description>
		<content:encoded><![CDATA[<p>can we transfer different combo box value into different tables at the database by using one one sql insert query</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shankar</title>
		<link>http://blog.sqlauthority.com/2008/08/28/sql-server-2008-introduction-to-merge-statement-one-statement-for-insert-update-delete/#comment-43534</link>
		<dc:creator>Shankar</dc:creator>
		<pubDate>Mon, 06 Oct 2008 10:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=881#comment-43534</guid>
		<description>Nice article...I have one doubt...

Do we need to select StudentName in the Source Table like
"SELECT StudentID,StudentName FROM StudentDetails", which is never used in the Join?</description>
		<content:encoded><![CDATA[<p>Nice article&#8230;I have one doubt&#8230;</p>
<p>Do we need to select StudentName in the Source Table like<br />
&#8220;SELECT StudentID,StudentName FROM StudentDetails&#8221;, which is never used in the Join?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
