SQL Server Management Studio Maintenance Plan

Overview

Maintenance plans keep your SQL Server healthy and performant. These plans consist of backing up databases, maintaining indexes, checking databases for corruption, and more.  Maintenance plans work alongside SQL Server Agent, which allows you to schedule the maintenance plans to run daily, weekly, or monthly, depending on the requirements and needs.

Also, generally, DBAs are responsible for creating and scheduling SQL Server maintenance plans.

Explanation

In the Object Explorer, expand Management and look for the node called Maintenance Plans. If you right-click on Maintenance Plans, you have an option to use a wizard or design the plan yourself.  Also, if you have existing maintenance plans, you will see them listed under Maintenance Plans.

Please note that you need to start SQL Agent to have a Maintenance Plan run on a set schedule.

Below is a screenshot when using the Maintenance Plan Wizard.

Maintenance Plans

Additional Information

Leave a Reply

Your email address will not be published. Required fields are marked *