I'm creating a batch process to move some information from my database to external files. This task is manageable, but there's a lot of data that needs to be processed and it will probably take about a month.
During this month new information will be continuously uploaded. Is there any way I can do my batch processing and then come back to the new records and process them (we cannot turn off our upload system while the batch processing takes place).
I was thinking possibly to majority of the batch processing up to a certain date which will be about 95% of the total batch processing, the other 5% left will be the new records entered and process them? Any thoughts?