chpicker
Programmer
- Apr 10, 2001
- 1,316
We need to come up with some kind of data backup scheme beyond RAID arrays. The question is, how to go about it?
Is there any easy way to copy a database and all of its tables to a new location, such as on a network computer? Or must you copy each table individually, then recreate the database and add the tables? This would cause a loss of long names, persistent relationships and such...
I'd rather avoid having to copy the files themselves using DOS commands or the Windows API, as I would have to have all users log off while doing so. While I certainly understand that most businesses do it this way, this is a 24 hour system and can't afford to be down as long as it would take to copy all of the data over.
Any suggestions?
Is there any easy way to copy a database and all of its tables to a new location, such as on a network computer? Or must you copy each table individually, then recreate the database and add the tables? This would cause a loss of long names, persistent relationships and such...
I'd rather avoid having to copy the files themselves using DOS commands or the Windows API, as I would have to have all users log off while doing so. While I certainly understand that most businesses do it this way, this is a 24 hour system and can't afford to be down as long as it would take to copy all of the data over.
Any suggestions?