As a followup to this question I'm wondering what your SQL Server backup/maintenance plan is, and how I can make mine better.
Currently I'm running two plain-jane maintenance plans from the plan wizard.
The first runs nightly and does just about everything ...
- Full database and transaction log backup
- integrity check, rebuild index, recompute statistics, etc. (I checked everything except incremental backup)
The other runs every three hours and does an incremental backup (I'm paranoid, I know this is probably overkill).
Backups are to disk, full backups are sent to the SAN, retained for a week.
What do you think, is this a sensible plan? Any suggestions?
EDIT: This is SQL Server 2005. DB is 5GB, grows about 1GB/month.