﻿<?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 2005 / T-SQL (SS2K5)  / How to partition data of huge table / 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>Wed, 19 Jun 2013 18:27:15 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: How to partition data of huge table</title><link>http://www.sqlservercentral.com/Forums/Topic1368590-338-1.aspx</link><description>Hi Abhishek,I am assuming the mail  target of this partition is to fetch the query fast.So use those values which are frequently used in your Where clause.You can use Date column or Year column also for this.</description><pubDate>Sun, 07 Oct 2012 12:24:31 GMT</pubDate><dc:creator>Rajat Jaiswal-337252</dc:creator></item><item><title>How to partition data of huge table</title><link>http://www.sqlservercentral.com/Forums/Topic1368590-338-1.aspx</link><description>I have a table(T1) of around 20 million record and about to grow in future by 100 to 200%. It contains the Data for the respective day and on next day it will be stored into another table (backup tables (T1_Backup)). And the process continues.My queries are1) T1 table is used to generate report for the respective date. I am thinking to partition the table with respective to category column (which is varchar datattype). 2) T1_Backup table is also containing data of each date with category which grows rapidly. To retrieve data from the table it is consuming lot of time. Let me know the process of partitioning with respective of category for T1 table and for T1_Backup wrt to date and category.</description><pubDate>Thu, 04 Oct 2012 11:05:32 GMT</pubDate><dc:creator>av.abhishek</dc:creator></item></channel></rss>