We receive multiple thousands of flat files per week currently, and I have a system that runs reports on these and exports them to PDF for our people to process and reference.
I currently bulk load these into a database, make sure all fields/formatting is valid, export them, and truncate the tables on the next run.
What I'm wondering is what everyone thinks would be the most space efficient way to store possibly 6 months of this bulk load plain text data?
Either in the form of daily SQL backups, or zipped archives, or whatever, so I always had the ability to reload old data for trouble shooting.
Any ideas are welcome, I'm open to any suggestions.
Thanks!