|
Kristen
Test
United Kingdom
22191 Posts |
Posted - 04/08/2007 : 02:48:48
|
We wrote a Stored Procedure that makes a backup. It makes it to a particular folder, with a particular filename-style, and records the fact in an "admin" table.
Whoever / Whatever makes a database backup uses this one stored procedure.
The Stored Procedure is used by any/all scheduled backup tasks, but also allows a developer, for example, to make a "just in case" backup before doing some task (they might want to make a full backup for faster recovery, or to reduce the size of subsequent DIFF backups after a big reorganisation, or just to make a TLog backup to make it easier to do a restore without having to work out the server-time-to-restore-to!)
IMHO that makes the chances of our disaster recovery plan being likely to work on any given day!
Kristen |
 |
|