Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Need Partition of Database

Author  Topic 

yaman
Posting Yak Master

213 Posts

Posted - 2010-09-14 : 15:13:32
Sir ,

I have one database in which we have 30 tables .
20 are primary tables and 10 are Transaction tables .
They have huge data year wise .

Now i want to make two partition of my database year wise .
one database have 2006 to 2009 year data & another databaes have 2010 to current date .

Is there any way to do this .

Please help me out Sir .



Yaman

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2010-09-14 : 15:26:23
have a look here http://msdn.microsoft.com/en-us/library/ms187802.aspx
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-09-16 : 12:44:45
quote:
Originally posted by yaman

Sir ,

I have one database in which we have 30 tables .
20 are primary tables and 10 are Transaction tables .
They have huge data year wise .

Now i want to make two partition of my database year wise .
one database have 2006 to 2009 year data & another databaes have 2010 to current date .

Is there any way to do this .

Please help me out Sir .



Yaman


see

http://searchsqlserver.techtarget.com/tip/Table-partitioning-with-SQL-Server-2005

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -