HI,Here is the scenario - I have 6 very large 'staging' tables that hold very old and very new staging data.I need to create a new database on a new server that will be used to contain all the data in the staging tables. My process should leave one weeks worth of data in the live (production) staging tables and move out all the old 'archive' data into the new server/database. The structure of the tables will remain the same - just migrating out the old data.What is the best way to accomplish this? I need to set this up as weekly job.
↧