Hi,
We have to implement a backup procedure for a fairly big (50GB) SQL database and we come up with the following. Note, data is critical for the business:
Full Backup - Sunday night.
Differential Backup - Every evening, except Sunday night.
Transaction Log Backups - Hourly, except during a window that we keep open to do db maintenance (Re-indexing, etc.)
We are taking all backups straight to DLT. We don't keep any backups on disk.
My concerns/question:
1. What is your opinion on the above backup procedure?
2. Is it feasible to backups straight to DTL.
3. Is it correct in saying that differential backup saves physical space, but it takes long to backup.
3. Will the SQL/Tape Device be intelligent enough to know where and how to place the backups to tape.
Thanks
Gys
We have to implement a backup procedure for a fairly big (50GB) SQL database and we come up with the following. Note, data is critical for the business:
Full Backup - Sunday night.
Differential Backup - Every evening, except Sunday night.
Transaction Log Backups - Hourly, except during a window that we keep open to do db maintenance (Re-indexing, etc.)
We are taking all backups straight to DLT. We don't keep any backups on disk.
My concerns/question:
1. What is your opinion on the above backup procedure?
2. Is it feasible to backups straight to DTL.
3. Is it correct in saying that differential backup saves physical space, but it takes long to backup.
3. Will the SQL/Tape Device be intelligent enough to know where and how to place the backups to tape.
Thanks
Gys