1. Computing

Creating a SQL Server Database Maintenance Plan

By , About.com Guide

1 of 8

Choose the tasks that will be part of your plan
Database Maintenance Plans allow you to automate many database administration tasks in Microsoft SQL Server. You can create maintenance plans using an easy wizard-based process without any knowledge of Transact-SQL.

You may perform the following tasks within a database maintenance plan:
  • Shrinking a database
  • Backing up a database
  • Performing an operator notification
  • Updating database statistics
  • Verifying the integrity of a database
  • Cleaning up leftover maintenance files
  • Executing a SQL Server Agent job
  • Executing a Transact-SQL statement
  • Rebuilding an index
  • Reorganizing an index
  • Cleaning up database histories
  1. About.com
  2. Computing
  3. Databases
  4. SQL Server
  5. Microsoft SQL Server Database Maintenance Plans

©2013 About.com. All rights reserved.