Hello,
I want to be able to take some transactional data in my database and copy it off to another database as I near the 2 GB limit of MSDE. Once the first archive gets filled I'd like to automatically create a second archive database and copy transactions there. So eventually I would have somethinglike:
MainDatabase
Archive01Database (~2 GB)
Archive02Database (~2 GB)
Archive03Database (700 MB and growing... active archive)
Does this seem do-able and what is the best practice for taking records from one database, stuffing them in another and deleting them from the main?
Thanks,
Andy
I want to be able to take some transactional data in my database and copy it off to another database as I near the 2 GB limit of MSDE. Once the first archive gets filled I'd like to automatically create a second archive database and copy transactions there. So eventually I would have somethinglike:
MainDatabase
Archive01Database (~2 GB)
Archive02Database (~2 GB)
Archive03Database (700 MB and growing... active archive)
Does this seem do-able and what is the best practice for taking records from one database, stuffing them in another and deleting them from the main?
Thanks,
Andy