voxinforma
MIS
I have a production server that contains sales data for the following years:
2002
2003
2004
I want to create a second, reporting (read-only) database containing all the 2002-2004 data, and then delete all but the 2004 data from the production database so that current transactions will process faster (I'm simplifying the scenario here). Thereafter, I want records inserted/modified/deleted on the production database to be mirrored on the reporting database, which should continue to hold all 2002-2004 data.
What is the best strategy for doing this? Thanks.
2002
2003
2004
I want to create a second, reporting (read-only) database containing all the 2002-2004 data, and then delete all but the 2004 data from the production database so that current transactions will process faster (I'm simplifying the scenario here). Thereafter, I want records inserted/modified/deleted on the production database to be mirrored on the reporting database, which should continue to hold all 2002-2004 data.
What is the best strategy for doing this? Thanks.