We have two identical SQL Server 2005 databases. We need to archive data to another server over a network. What would be the best way to accomplish this? This is primarily required because data needs to be archived for at least five years. We don’t need the archive server for backup purposes, just for archiving the data. Please advise what will be the best way to do this.
Software/Hardware used:
ASKED:
April 8, 2010 6:15 PM
UPDATED:
April 12, 2010 2:23 PM
No, data is only required in the archive. Data older than 6 months will be deleted from the primary server, but data must be kept in the archive for up to 5 years. Must I setup an SSIS taks for each table that needs to be archived? I guess so. so basically – create a table on the archive server for each table on the primary server for which data must be archived. create SSIS package to archive new data received since the last run on the SSIS package.