<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SQL Server Planet &#187; insert</title>
	<atom:link href="http://sqlserverplanet.com/tag/insert/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:33:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Insert Stored Procedure Results Into Table</title>
		<link>http://sqlserverplanet.com/sql/insert-stored-procedure-results-into-table</link>
		<comments>http://sqlserverplanet.com/sql/insert-stored-procedure-results-into-table#comments</comments>
		<pubDate>Thu, 18 Jun 2009 15:04:37 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[insert]]></category>
		<category><![CDATA[OPENQUERY]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=258</guid>
		<description><![CDATA[Retrieving the result set from a stored procedure has historically proven to be a difficult task. Fortunately with the advent of OPENROWSET, our life as developers has become much simpler. Using openrowset is very simple when we do not have procedures that take parameters, However when parameters become involved the game changes, however there is [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/sql/insert-stored-procedure-results-into-table/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Insert Results of Query Into Table</title>
		<link>http://sqlserverplanet.com/sql/insert-results-of-query-into-table</link>
		<comments>http://sqlserverplanet.com/sql/insert-results-of-query-into-table#comments</comments>
		<pubDate>Thu, 18 Jun 2009 14:43:38 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[insert]]></category>
		<category><![CDATA[select into]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=256</guid>
		<description><![CDATA[There are a few ways to insert query results into another table. The most common way is to use the standard insert statement. This would insert query results into a table that already contains data. INSERT INTO dbo.Users ( Username ,FirstName ,LastName ,IsSuperUser ,AffiliateId ,Email ,DisplayName ,UpdatePassword ) SELECT Username ,FirstName ,LastName ,IsSuperUser ,AffiliateId ,Email [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/sql/insert-results-of-query-into-table/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

