<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/sql/tags/Mulitple</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 15:10:15 GMT</pubDate>
<item>
<title>(SQL) Create a Temporary table within a SQL Stored Procedure - highlyevolved</title>
<link>http://snipplr.com/view/22653/create-a-temporary-table-within-a-sql-stored-procedure/</link>
<description><![CDATA[ <p>A Temp table is great for combining multiple SELECT statements in a Sproc and outputting as just one table.

Don't forget to Drop the table after the  SELECT * FROM #TempTableName at the end.</p> ]]></description>
<pubDate>Fri, 06 Nov 2009 11:12:51 GMT</pubDate>
<guid>http://snipplr.com/view/22653/create-a-temporary-table-within-a-sql-stored-procedure/</guid>
</item>
</channel>
</rss>