<?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>Dave Turpin, SQL Server Developer &#187; CREATE PARTITION FUNCTION</title>
	<atom:link href="http://www.daveturpin.com/tag/create-partition-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveturpin.com</link>
	<description>Practical SQL Server Tips</description>
	<lastBuildDate>Sun, 22 Aug 2010 19:55:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Table Partitioning via the Clustered Index</title>
		<link>http://www.daveturpin.com/2009/10/table-partitioning-via-the-clustered-index/</link>
		<comments>http://www.daveturpin.com/2009/10/table-partitioning-via-the-clustered-index/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 13:23:21 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[$partition]]></category>
		<category><![CDATA[ALTER DATABASE]]></category>
		<category><![CDATA[ALTER TABLE]]></category>
		<category><![CDATA[CREATE PARTITION FUNCTION]]></category>
		<category><![CDATA[CREATE PARTITION SCHEME]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/2009/10/table-partitioning-via-the-clustered-index/</guid>
		<description><![CDATA[Today’s post will demonstrate how to partition an existing table without disturbing the existing data in the table by taking advantage of it’s clustered index. SQL Server Books Online (BOL) is laced with interesting tidbits of information but sometimes falls short of delivering on the specifics.  Let’s face it, there’s no way to demonstrate every [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2009/10/table-partitioning-via-the-clustered-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
