<?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; Justin Gunther</title>
	<atom:link href="http://www.sql-server-performance.com/author/justingunther/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Tue, 18 Jun 2013 05:40:59 +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>Eliminate the Use of Temporary Tables For HUGE Performance Gains</title>
		<link>http://www.sql-server-performance.com/2002/derived-temp-tables/</link>
		<comments>http://www.sql-server-performance.com/2002/derived-temp-tables/#comments</comments>
		<pubDate>Thu, 30 May 2002 01:12:50 +0000</pubDate>
		<dc:creator>Justin Gunther</dc:creator>
				<category><![CDATA[Performance Tuning]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=183</guid>
		<description><![CDATA[As queries become more complex, temporary tables are used more and more. While temporary table may sometimes be unavoidable, they can often be sidestepped by using derived tables instead.&#160;In brief, a derived table is the result of using another SELECT statement in the FROM clause of a SELECT statement. By using derived tables instead of [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2002/derived-temp-tables/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Using XML To Supercharge Website Performance</title>
		<link>http://www.sql-server-performance.com/2001/xml-increase-performance/</link>
		<comments>http://www.sql-server-performance.com/2001/xml-increase-performance/#comments</comments>
		<pubDate>Sun, 25 Mar 2001 01:12:50 +0000</pubDate>
		<dc:creator>Justin Gunther</dc:creator>
				<category><![CDATA[Performance Tuning]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=171</guid>
		<description><![CDATA[With the advent of XML, we have the ability to supercharge our websites with huge performance increases. XML allows us to separate code, content, and presentation. Web developers now have three separate files which in turn will create the HTML that we output. Since the content is in a distinct file separate from the code [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2001/xml-increase-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.252 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-06-20 02:30:32 -->
