<?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 Performance &#187; Temp Table</title>
	<atom:link href="http://www.sql-server-performance.com/tag/temp-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Mon, 20 May 2013 03:15:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Using Temp Tables in SSIS</title>
		<link>http://www.sql-server-performance.com/2013/temp-tables-ssis/</link>
		<comments>http://www.sql-server-performance.com/2013/temp-tables-ssis/#comments</comments>
		<pubDate>Wed, 13 Feb 2013 04:44:23 +0000</pubDate>
		<dc:creator>Divya Agrawal Shah</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Temp Table]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3574</guid>
		<description><![CDATA[Temporary tables are created in the TempDB database, which persists for a particular session. The objective is to maintain that session, until the temp table information is used and dump the data into a physical table. To maintain a session in SSIS, there is a &#8216;Retain Same Connection&#8217; property of the Connection Manager. If we [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/temp-tables-ssis/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SQL Server T-SQL Tuning &#8211; Temp Tables, Table Variables and Union</title>
		<link>http://www.sql-server-performance.com/2012/sql-server-t-sql-tuning-temp-table-union/</link>
		<comments>http://www.sql-server-performance.com/2012/sql-server-t-sql-tuning-temp-table-union/#comments</comments>
		<pubDate>Tue, 20 Nov 2012 05:56:31 +0000</pubDate>
		<dc:creator>Shehap El-Nagar</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Table Variable]]></category>
		<category><![CDATA[Temp Table]]></category>
		<category><![CDATA[TSQL]]></category>
		<category><![CDATA[UNION]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3332</guid>
		<description><![CDATA[In this article series we will focus on the primary points of T-SQL performance tuning. In this first installment I will lopok at tuning temp tables, table variables and the Union command. Temp Tables and Table Variables Most database developers are used to breaking down code into small chunks using  temp tables or table variables  [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/sql-server-t-sql-tuning-temp-table-union/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>
