Maintenance Tasks for SQL Server


By:

Overview

SQL Server databases require regular maintenance and this can be a time consuming process. MS SQL Server has a built-in tool which makes it easier to create and execute maintenance tasks. This tool is known as the Maintenance Plan Wizard.

Explanation

The Maintenance Plan Wizard can be started from SQL Server Management Studio and can be found in the Management section of the tree in SSMS. It creates scheduled jobs which are run by the SQL Server Agent and can perform the following tasks:

  • Reorganize index pages
  • Rebuild indexes
  • Update statistics on the indexes
  • Shrink data and log files by removing empty pages
  • Backup database and transaction log
  • Perform internal consistency checks
  • Cleanup tasks
It is worth it to set up maintenance plans to make these every day tasks much easier.  

Additional Information






Comments For This Article

















get free sql tips
agree to terms