﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / Table Partition / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 04:42:39 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Table Partition</title><link>http://www.sqlservercentral.com/Forums/Topic1357160-391-1.aspx</link><description>As I said, you cannot control what data goes onto what file when there are multiple files in a filegroup.</description><pubDate>Tue, 11 Sep 2012 05:28:15 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: Table Partition</title><link>http://www.sqlservercentral.com/Forums/Topic1357160-391-1.aspx</link><description>It is not possible to do a file level partition at this time.</description><pubDate>Tue, 11 Sep 2012 04:58:13 GMT</pubDate><dc:creator>Brandie Tarvin</dc:creator></item><item><title>RE: Table Partition</title><link>http://www.sqlservercentral.com/Forums/Topic1357160-391-1.aspx</link><description>Thanks All,Yes, I tested that it distributed data equally for all the files. My doubt is, whether it is possible to do file level partition.</description><pubDate>Tue, 11 Sep 2012 04:56:22 GMT</pubDate><dc:creator>k.thanigaivel</dc:creator></item><item><title>RE: Table Partition</title><link>http://www.sqlservercentral.com/Forums/Topic1357160-391-1.aspx</link><description>If there are two files in a filegroup, SQL spreads the data evenly across the two files, you cannot control which file in a filegroup gets what data.</description><pubDate>Tue, 11 Sep 2012 04:33:20 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: Table Partition</title><link>http://www.sqlservercentral.com/Forums/Topic1357160-391-1.aspx</link><description>You can't, really. Where the data resides is a function of the engine and the default filegroup. The best you can do for control purposes is to either create a CLUSTERED INDEX for a table on that filegroup or create a PARTITION SCHEME on the filegroup. The file distribution itself is out of your control, though. EDIT: What I mean by that last statement is I don't believe you can dictate more granular than filegroup.</description><pubDate>Tue, 11 Sep 2012 04:28:22 GMT</pubDate><dc:creator>Brandie Tarvin</dc:creator></item><item><title>Table Partition</title><link>http://www.sqlservercentral.com/Forums/Topic1357160-391-1.aspx</link><description>Hi All,I have two filegroup named with primary and secondary filegroup. The secondary filegroup contains two files called Bet_2009.ndf and Bet_2010.ndf.My question is how to move data into different files based on the year?</description><pubDate>Tue, 11 Sep 2012 00:54:54 GMT</pubDate><dc:creator>k.thanigaivel</dc:creator></item></channel></rss>