I have a table with 100.000.000 records, where 'only' 25.000.000 are needed. I don't want to delete those 75.000.000 records, i want them removed from my production environment database into an 'archive-database'. Every quarter or so i will move reocrds from production to archive. So i only need to backup archive 4 times a year, and my production environment backup is smaller. At the moment thoose 100.000.000 records are in every backup...
So basically: how to i set these records completely apart?
So basically: how to i set these records completely apart?