June 26, 2006 at 6:46 pm
Dear All,
Recently I created a brand new SQL box and created a miantenance plan on the System databases to do all the four tasks - Integrity checks, Database backup, Optimization and transaction log backup. However, except for the Optimization task, everything else failed. Further investigation into the mainenance plan history showed that some jobs were successful, and some weren't. So, I have some questions:
Please help.
Thanks heaps in advance.
Regards,
TK
June 26, 2006 at 9:45 pm
I wouldn't perform the same maintenance on system databases (master, model, msdb, tempdb) as you would on user databases.
1. I wouldn't concern yourself with too many optimizations on master / msdb. They're usually best left alone in my experience.
2. Any database with a recovery model of simple will fail transaction log backups. Don't change the recovery model on your system databases, just leave them out of that plan.
I find it's best to avoid optimization and log backups on your system databases. I'm sure there's some good articles out there about best practices (with better reasoning than my "you just don't do that"-explanations) if you search around.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply