We have some tables in our database which are having huge number of records and the approximate size of the data that get added to the tables is 1.5 - 2 million records and we need to archive the data. User wants only 6 months of data in main table and rest of the data should be archived to respective archive tables.
Can anyone explain me how to archive the data in a table and what are the methods in archiving the data. Please suggest along within an example.
TableName | RowCnt | ||||
ServiceLog | 2268900 | ||||
TimeEntries |
|