Archive Data after Partitioning

  • Hi All,

    I need your help...

    I Implemented data partitioning in SQL Server 2005. There were 2 tables that had so much data and I partitioned them quarterly because data was coming in datetime.

    I created 4 filegroups and attached 4 files to each filegroup. Now data is partitioned in 4 quarters and I want to archive first quarter. I need your help in archiving first quarter.. please help guys...

    I thought I could detach the file from filegroup and keep it on another drive and when i need it i can attach it... but I'm not finding it feasible...please help.. if you have any idea how i can archive the data please respond..

    TC guys

    Garry

  • Sounds similar to the sliding window scenario Microsoft draws up:

    http://msdn.microsoft.com/en-us/library/aa964122%28SQL.90%29.aspx

    Take a peek. This might be helpful...

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply