We deal with a very large database that grows at an avrage of 50GB a month. The current database size is 700 GB. All the transaction tables are horizontally partitioned to seperate filegroups assigned to a individual data files holding each months data. What would be the best strategy to retain another archive server that holds data prior to 1year and retain the production server with the recent 1 year data?
Software/Hardware used:
ASKED:
July 2, 2008 10:24 AM
UPDATED:
November 1, 2011 9:57 AM
Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.
i am using SQL 2005. i have created partitions using partition functions and partition scheme with corresponding data file to hold each months data. i have used a numeric partition key. All the transaction tables has this key in the table design. The backend procedures are also coded based on this partition key..