<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Guidance on How to Layout a Partitioned Table across Filegroups</title>
	<atom:link href="http://sqlfascination.com/2009/10/15/guidance-on-how-to-layout-a-partitioned-table-across-filegroups/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlfascination.com/2009/10/15/guidance-on-how-to-layout-a-partitioned-table-across-filegroups/</link>
	<description>Weirdness and oddities within SQL</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:01:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: andrewhogg</title>
		<link>http://sqlfascination.com/2009/10/15/guidance-on-how-to-layout-a-partitioned-table-across-filegroups/#comment-68</link>
		<dc:creator><![CDATA[andrewhogg]]></dc:creator>
		<pubDate>Wed, 25 Aug 2010 07:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfascination.com/?p=148#comment-68</guid>
		<description><![CDATA[It will depend on the variance and size of the data rows, depending on that variance I would take the disk space penalty, or opt for all partitions into a single filegroup and spread the filegroup&#039;s files across all the disks. That technique has disavantages when it comes to the backup strategy, and will not perform as well since the filegroup will fragment over time.]]></description>
		<content:encoded><![CDATA[<p>It will depend on the variance and size of the data rows, depending on that variance I would take the disk space penalty, or opt for all partitions into a single filegroup and spread the filegroup&#8217;s files across all the disks. That technique has disavantages when it comes to the backup strategy, and will not perform as well since the filegroup will fragment over time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aparna</title>
		<link>http://sqlfascination.com/2009/10/15/guidance-on-how-to-layout-a-partitioned-table-across-filegroups/#comment-66</link>
		<dc:creator><![CDATA[aparna]]></dc:creator>
		<pubDate>Wed, 25 Aug 2010 05:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfascination.com/?p=148#comment-66</guid>
		<description><![CDATA[Hi, 
What is the best strategy of partitioning if the quantity of data in each partition might vary considerably?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
What is the best strategy of partitioning if the quantity of data in each partition might vary considerably?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrewhogg</title>
		<link>http://sqlfascination.com/2009/10/15/guidance-on-how-to-layout-a-partitioned-table-across-filegroups/#comment-50</link>
		<dc:creator><![CDATA[andrewhogg]]></dc:creator>
		<pubDate>Thu, 24 Jun 2010 12:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfascination.com/?p=148#comment-50</guid>
		<description><![CDATA[Creating the initial partition script is not a problem, what you are probably having trouble with the the rolling of the partition window as a new month appears and an old month is to go. I have written a guide covering the harder parts of that process in two parts (&lt;a href=&quot;http://sqlfascination.com/2009/12/09/rolling-a-partition-forward-part-1/&quot; rel=&quot;nofollow&quot;&gt;part 1&lt;/a&gt;, &lt;a href=&quot;http://sqlfascination.com/2009/12/10/rolling-a-partition-forward-part-2/&quot; rel=&quot;nofollow&quot;&gt;part 2&lt;/a&gt; )]]></description>
		<content:encoded><![CDATA[<p>Creating the initial partition script is not a problem, what you are probably having trouble with the the rolling of the partition window as a new month appears and an old month is to go. I have written a guide covering the harder parts of that process in two parts (<a href="http://sqlfascination.com/2009/12/09/rolling-a-partition-forward-part-1/" rel="nofollow">part 1</a>, <a href="http://sqlfascination.com/2009/12/10/rolling-a-partition-forward-part-2/" rel="nofollow">part 2</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo</title>
		<link>http://sqlfascination.com/2009/10/15/guidance-on-how-to-layout-a-partitioned-table-across-filegroups/#comment-49</link>
		<dc:creator><![CDATA[Marcelo]]></dc:creator>
		<pubDate>Wed, 23 Jun 2010 21:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfascination.com/?p=148#comment-49</guid>
		<description><![CDATA[Hi
do you have the sample script to do this partition in months?]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
do you have the sample script to do this partition in months?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

