Hi Everybody,
I am working in a bank that has independent databases at 80+ branches.
Every location takes an offline backup every day.
At last date of every month, the branches dispatch me the months last day backup.
I restore the databases (Version recovery) from the recieved backups and consolidate a few tables from each locations restored db in a central database using Import/Export for reporting purposes.
My problem is that I have to unzip backup images of 80 branches and have to change the timestamps in batch files, that is too boring.
My question is that if I switch to ARCHIVAL LOGGING at all the locations, would it be possible that I just use logs for updating changes to restored database at the consolidation server.
That is I just restore the databases once on the consolidation server (version recovery) and after that just collect the log files, place them in the restored databases logs directory and restore to End of Logs.
Pleas help me in this regard as its becoming very difficult for me to restore all the databases and month end.