View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 07:33 PM
trotter
 
Posts: n/a
Default Order of Database Maintenance Plans (SQL 7/2000)

I want to know if there is a "best-practice" for setting up Database
Maintenance Plans in SQL Server 7 or 2000. To be more specific, I want
to know the order in which I complete the tasks. Do I complete
optimization first, then integrity checks, then translog backup, then
full backup??? OR is there a better order which should be used?

Should I ALWAYS backup the transaction Log before I complete a full
database backup, and if so, why??

If someone can help, it would be great.....
Reply With Quote