<?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; Steve Manik</title>
	<atom:link href="http://www.sql-server-performance.com/author/stevemanik/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Wed, 22 May 2013 06:37:33 +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>Working With Temporary Views Using Common Table Expression in SQL Server 2005</title>
		<link>http://www.sql-server-performance.com/2005/cte-sql2005/</link>
		<comments>http://www.sql-server-performance.com/2005/cte-sql2005/#comments</comments>
		<pubDate>Wed, 25 May 2005 01:12:50 +0000</pubDate>
		<dc:creator>Steve Manik</dc:creator>
				<category><![CDATA[Developer]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=527</guid>
		<description><![CDATA[When working with SQL 2005, there are times when you need to perform several aggregate functions, or to define a view that needs to be stored only during the execution of a particular query. A Common Table Expression (CTE) does just that; it helps in the definition and manipulation of query related results that need [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2005/cte-sql2005/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Views in SQL Server</title>
		<link>http://www.sql-server-performance.com/2004/views-in-sql-server/</link>
		<comments>http://www.sql-server-performance.com/2004/views-in-sql-server/#comments</comments>
		<pubDate>Mon, 17 May 2004 01:12:50 +0000</pubDate>
		<dc:creator>Steve Manik</dc:creator>
				<category><![CDATA[Developer]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=526</guid>
		<description><![CDATA[View A view is a virtual table that consists of columns from one or more tables. Though it is similar to a table, it is stored in the database. It is a query stored as an object. Hence, a view is an object that derives its data from one or more tables. These tables are [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2004/views-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
