SQL Server Maintenance Plans Brad Ebook
SQL Server Maintenance Plans Brad Ebook
ISBN: 978-1-906434-33-5
By Brad M. McGehee
ISBN 978-1-906434-33-5
The right of Brad M. McGehee to be identified as the author of this work has been asserted by him in
accordance with the Copyright, Designs and Patents Act 1988.
All rights reserved. No part of this publication may be reproduced, stored or introduced into a retrieval
system, or transmitted, in any form, or by any means (electronic, mechanical, photocopying, recording or
otherwise) without the prior written consent of the publisher. Any person who does any unauthorized act
in relation to this publication may be liable to criminal prosecution and civil claims for damages.
This book is sold subject to the condition that it shall not, by way of trade or otherwise, be lent, re-sold,
hired out, or otherwise circulated without the publishers prior consent in any form other than which it
is published and without a similar condition including this condition being imposed on the subsequent
publisher.
Cover Image by Paul Vlaar
Edited by Tony Davis
Typeset & Designed by Matthew Tye & Gower Associates
Copy Edited by Gower Associates
Table of Contents
About the Author.......................................................................................................................... xiii
Acknowledgements....................................................................................................................... xiii
Introduction.................................................................................................................................... 14
Who Should Read this Book......................................................................................................... 15
Goals of this Book..........................................................................................................................16
SQL Server Editions Covered in this Book................................................................................16
Chapter 1: Why is Database Maintenance Important?................................................................17
The Scope of Database Maintenance.......................................................................................... 17
Different Approaches to Database Maintenance......................................................................19
Maintenance Plan Wizard....................................................................................................19
Maintenance Plan Designer................................................................................................. 21
T-SQL Scripts.........................................................................................................................22
PowerShell Scripts.................................................................................................................24
Core Maintenance Plan Tasks......................................................................................................24
Backup Databases..................................................................................................................25
Verify the Integrity of a Database........................................................................................25
Maintain a Database's Indexes............................................................................................ 26
Maintain Index and Column Statistics............................................................................. 26
Remove Older Data from msdb...........................................................................................27
Remove Old Backups............................................................................................................27
What's Outside the Scope of the Maintenance Plan Wizard and Designer?........................27
Summary..........................................................................................................................................28
Chapter 2: Before you Create any Maintenance Plans............................................................ 29
How to Configure Database Mail................................................................................................30
How to Configure a SQL Server Agent Operator.....................................................................43
Summary......................................................................................................................................... 46
Chapter 3: Getting Started with the Maintenance Plan Wizard............................................... 47
Exploiting the Full Potential of the Wizard.............................................................................. 48
Investigating Existing Maintenance Plans................................................................................ 48
Creating a Maintenance Plan.......................................................................................................50
Starting the Maintenance Plan Wizard..............................................................................50
Scheduling Maintenance Tasks........................................................................................... 51
Overview of Maintenance Tasks.........................................................................................54
Selecting Core Maintenance Tasks.....................................................................................57
Maintenance Task Order......................................................................................................58
Configuring Individual Tasks............................................................................................. 60
Report Options..................................................................................................................... 69
Completing the Wizard........................................................................................................ 71
A Closer Look at Maintenance Plan Implementation..............................................................74
Testing Your Maintenance Plan...................................................................................................77
Summary..........................................................................................................................................81
Chapter 4: Task Scheduling........................................................................................................... 82
Scheduling: General Considerations...........................................................................................82
Avoid Scheduling Tasks During Busy Periods...................................................................82
Acknowledgements
I want to thank my wife, Veronica, and my daughter, Anna, for their support while I wrote
this book.
I also want to thank Tony Davis, my editor, for making me look good in print.
xiii
Introduction
SQL Server has a reputation as being a simple database application to install, configure, and
maintain. This is a little misleading. SQL Server is a powerful relational database that can
handle the needs of the largest organizations and, as such, its proper maintenance almost
certainly requires the attention of an experienced DBA.
This reputation, coupled with the fact that it is relatively inexpensive, means that SQL
Server has become a favorite platform for multiuser applications, and it often appears in
organizations who cannot afford to have experienced DBAs on their staff. In many cases,
organizations have SQL Server instances that are maintained by a part-time DBA, or an
"accidental DBA," who may be a network administrator, developer, accountant, or even an
office clerk. In the worst cases, nobody is looking after the health of the SQL Servers.
Millions of SQL Server instances run in the offices of small and medium-sized organizations,
more than the total number of instances that run in large organizations, and so it follows
that there are many accidental DBAs out there, who often don't have the knowledge, the
experience, or the time to perform the appropriate level of maintenance on their SQL
Server databases, much as they might like to. This can mean poor performance and
reduced availability.
Although not a perfect solution to this problem, SQL Server does offer two closely-related
tools that make it easier for part-time, non-professional DBAs to perform at least the
"required minimum" level of maintenance on their SQL Server instances.
These two tools are:
Maintenance Plan Wizard a Wizard that steps the user through the process of setting
up basic Maintenance Plans, with limited options.
Unfortunately, neither tool is especially easy to use or well documented. However, with
the guidance I hope to provide in this book, they can become powerful tools in helping the
"accidental DBA" to perform critical maintenance tasks, and so help to ensure SQL Server's
performance and availability. In addition to learning how to use these tools you will, along
the way, pick up a lot of good, general advice on SQL Server database maintenance.
14
Accidental/involuntary DBAs, who fell into the role of DBA "by accident" and who don't
have a strong background in database administration.
Part-time DBAs, whose DBAs tasks are only a small part of their regular job duties, and
whose DBA skills range from novice to intermediate.
Full-time DBAs, who are at the novice to intermediate level in terms of their knowledge
and experience.
If you fall into one or more of the above categories, then this book is for you, as it will not
only explain what database maintenance needs to be done, but how to do it properly using
the Maintenance Plan Wizard and/or the Maintenance Plan Designer.
More generally, I would suggest that these tools are most suitable for DBAs who:
are not T-SQL or PowerShell experts, but who are able to get around in SQL Server
Management Studio (SSMS)
If, on the other hand, you are an experienced DBA, managing many SQL Server instances, or
very large databases, or lots of simultaneous users, or needing 24/7 uptime, then these tools
are probably not, in general, suitable for your requirements. In fact, you're probably already
using custom T-SQL or PowerShell scripts to perform your database maintenance.
Having said this, although they are sometimes reluctant to admit it, I know many
experienced DBAs who still use the Maintenance Plan Wizard and/or the Maintenance Plan
Designer from time to time. Alongside their "mission critical" systems, even experienced
DBAs still maintain the databases of smaller, less active SQL Server instances and, for
this purpose, these tools are the quickest and easiest way to create and schedule the set of
maintenance tasks that will help ensure the continued smooth running of these systems.
15
to keep the book at a level that most non-professional DBAs can understand
not only to cover the mechanics of how to use the Maintenance Plan Wizard and
Maintenance Plan Designer, but also to offer practical advice on how best to maintain
your databases
16
17
In other words, this book focuses solely on databases and on how to use the Maintenance
Plan Wizard and the Maintenance Plan Designer to do basic database maintenance.
Important as they are, this book does not cover other issues surrounding the health of the
broader SQL Server ecosystem. As such, while everything in this book is important, it is only
a subset of all the things that a DBA needs to do to maintain healthy SQL Servers. For more
information on these broader topics, do an Internet search on "SQL Server Best Practices" to
find additional information.
My goal in this book, indeed the goal of the Maintenance Plan Wizard and Designer, is to
cover those critical database maintenance tasks that, as a bare minimum, should be applied
to all databases, to ensure adequate performance and availability. Is "adequate" as opposed to
"optimal" performance good enough? This, ultimately, is a business decision, based on the
nature of the business function that a given database supports, and on the amount of time,
resources, and money that the organization is prepared to invest. If an organization doesn't
have the resources (or isn't willing to expend them) then, up to a point, it has to accept slower
performance and lower availability from its SQL Servers.
This is a perfectly rational choice. Many SQL Server instances, especially those with small
databases or a small number of users, often don't need to be "optimized to perfection" for
performance, or even to be highly available. If a query takes 15 seconds to return a result, or
if a database goes down for a couple of hours, or even a day, the organization will continue
to function. In such cases, the Maintenance Plans covered in this book will suffice to ensure
that the databases operate smoothly, and with acceptable performance. They will also be
well suited to the main target audience of this book; namely accidental DBAs, or full-time
DBAs who are just starting out, and who manage smaller non-mission-critical SQL Server
installations.
The same argument does not hold for databases that support mission-critical business
functions. In these cases, you will also need to invest time in creating more flexible and
powerful maintenance plans, probably using T-SQL or PowerShell scripting, rather than
using the Database Maintenance Wizard and Designer. Of course, organizations that choose
to have highly performing and highly available SQL Servers have to make a large resource
investment to attain this goal. There is no right or wrong maintenance plan; just different
choices based on different needs.
18
A note on terminology
SQL Server uses the term "Maintenance Plan" (note the capitalization) to refer to a
database maintenance plan created using either the Maintenance Plan Wizard or the
Maintenance Plan Designer.
Under the covers, each Maintenance Plan takes the form of an SSIS package, which is then
scheduled to run under one or more SQL Server Agent jobs, and will perform the various
tasks that make up a database maintenance plan. We'll cover this in more detail in Chapter 3.
The goal of the Maintenance Plan Wizard is to guide you, step by step, through the creation
of a Maintenance Plan, without the need to do any coding, thus making the whole process
easy and quick. While the Wizard doesn't include every possible database maintenance
feature or option, it does include the core database maintenance tasks that all DBAs should
be performing on their SQL Servers. As such, it is often an appropriate tool for the parttime/accidental DBA, or even for full-time DBAs. For example, if the databases are small,
the number of users is low, high server availability is not required, and there are available
maintenance windows, then this tool is more than adequate in most cases.
19
The tool includes an option to create Multiserver Maintenance Plans, meaning that
you can create Maintenance Plans for multiple servers in a single step. However, this
feature is awkward to configure and has some backwards compatibility problems, so it
may not work for all SQL Server environments. As such, I tend to avoid using it. The
same feature is available in the Maintenance Plan Designer and is discussed briefly in
Chapter 16 (though it has the same drawbacks).
In many ways, the Maintenance Plan Wizard does attain its goal of easing the creation of
database maintenance plans. However, it falls short in some areas, and can cause problems
for the incautious. The Wizard assumes that you fully understand every option that it offers
to you, and how each affects your databases. If you don't understand the options, and you
guess at their meaning, it is very easy to create a Maintenance Plan that performs terribly.
Unfortunately, the Wizard is not smart enough to prevent you making these poor choices.
However, in this book, I will fully explain all these options so that you can use the tool to its
full advantage, and avoid such performance issues.
As useful as the tool can be, DBAs must be fully aware of what it can and can't do. Having
created a few Maintenance Plans with the Wizard, some novice DBAs confidently assume
that that their databases are fully maintained. As we have already discussed, the Maintenance
Plan Wizard only performs core maintenance tasks, rather than every possible database
maintenance task that should be considered for a given database or server. For example, just
because you create backups with the Wizard, this does not ensure that the backups are good
(restorable), or that they have been moved off the server to protect them should the SQL
Server instance experience a disk failure. Such tasks (other examples are covered a little later
in this chapter) have to be done outside of the Maintenance Plan Wizard.
The Wizard also has the following specific shortcomings:
Lack of granularity. For example, the Maintenance Plan Wizard can't determine which
indexes need to be rebuilt, and which ones don't need to be rebuilt, and therefore has to
rebuild them all. As such, it often takes more time to execute a Maintenance Plan created
with the Wizard than a custom plan created using T-SQL or PowerShell scripts.
Inability to run multiple tasks. Each type of maintenance task within a single
Maintenance Plan can only be configured to run once within that Plan. This can make
20
No scripting to other instances. Maintenance Plans created with the Wizard cannot be
scripted and moved to other SQL Server instances, although multi-server Maintenance
Plans can be created.
Bugs in some earlier versions of the Wizard. If you use SQL Server 2005 Service Pack 2
or higher, or SQL Server 2008, then you should have no problems.
Some experienced DBAs will tell you that "real DBAs" don't use the Maintenance Plan Wizard
and, instead, always write their database maintenance plans from scratch, using T-SQL or
PowerShell scripts. In reality, this is not true. Many "real DBAs" use the Maintenance Plan
Wizard, when it is appropriate. Much of this book will be devoted to letting you know when
using the Maintenance Plan Wizard is appropriate, and when it is not.
NOTE
Chapters 16 to 19 cover the Maintenance Plan Designer in detail, after we've investigated
the Maintenance Plan Wizard. The functionality offered by each tool overlaps
substantially, so once you learn about the features of the Maintenance Plan Wizard, you
will already know about most of the features of the Maintenance Plan Designer.
21
Control-of-flow ability. The Designer allows you to create branching execution paths
based on conditional logic. For example, you can specify that, if a particular maintenance
task fails, then an e-mail is sent to the DBA team, notifying them of the problem.
Running multiple tasks. Unlike the Wizard, you can run a task multiple times from
within the same Maintenance Plan. This solves the problem described earlier with the
Maintenance Plan Wizard. Now, within a single plan, you can delete both BAK and TRN
files within a single Maintenance Plan.
Two additional tasks, only in the Designer. An Execute T-SQL Statement task allows
you to create a maintenance task that can do virtually anything, and have it run from
within a Maintenance Plan. A Notify Operator task provides a powerful means to
notify a DBA should a maintenance task fail to execute successfully.
Of course, the most obvious drawback of using the Designer is that it is a manual procedure
and so is slower, and somewhat harder to learn than the Wizard.
Despite offering greater flexibility than the Wizard, the Designer still cannot match the
power and flexibility of T-SQL and PowerShell scripts. In fact, aside from the ability to add
conditional logic, the ability to run a task multiple times within a Plan, and the addition of
two more tasks, the Designer suffers from most of the shortcomings listed for the Wizard.
Many DBAs might start off using the Maintenance Plan Wizard but, once they have mastered
it, they often take the time to learn the additional features of the Maintenance Plan Designer,
because the leap from learning the Wizard to the Designer is not a large one and, at the same
time, they are gaining greater flexibility when creating Maintenance Plans.
T-SQL Scripts
Today, most full-time, experienced DBAs use T-SQL scripts, in combination with SQL Server
Agent jobs, to perform their database maintenance. This is because T-SQL scripts offer 100%
flexibility when it comes to database maintenance; you can do virtually anything you want or
need to do.
For example, if you specify the Rebuild Index task in the Maintenance Plan Wizard, it
will automatically rebuild all the indexes in a database. While this accomplishes the job of
22
OS access. T-SQL offers the ability to access the Operating System (OS), although it is
not always easy or as flexible as you might like. This is one option used by some DBAs to
remove old BAK and TRN files.
Portability. Appropriately written T-SQL scripts can easily be moved from server
to server.
Script sharing. Many DBAs share generic database maintenance T-SQL scripts on
various community sites, so you don't have to reinvent the wheel. Of course, you
don't want to run a script on your own server unless you fully understand what it does.
You still need a good knowledge of T-SQL before using someone else's T-SQL script.
Check out these URLs for examples of some freely availably T-SQL scripts used
to perform database maintenance:
http://ola.hallengren.com/
http://sqlfool.com/2009/06/index-defrag-script-v30/
http://www.grics.qc.ca/YourSqlDba/index_en.shtml
http://www.simple-talk.com/sql/database-administration/
sql-server-tacklebox-free-ebook/
Of course, all of this assumes a strong working knowledge of the T-SQL language, as well as
a good understanding of SQL Server internals. For most people, this entails a long learning
curve. Coding T-SQL scripts can be very time-consuming, and error prone. Sometimes
debugging these scripts takes longer than writing them. In addition, if you are not careful
about how you write your maintenance scripts, it is possible that when the next version of
SQL Server is released your scripts may need to be modified (sometimes substantially) to
work with the new version.
Finally, aside from third-party tools, there is no easy way to automate the execution
of your T-SQL maintenance scripts across multiple servers. For that, you will need to
learn PowerShell.
While T-SQL scripts might be the choice of most DBAs today, don't think this is the only
option you have. If you want to keep database maintenance simple, then the Maintenance
Plan Wizard and the Maintenance Plan Designer may work perfectly well. However, if you
need an even more flexible option than T-SQL, consider using PowerShell scripts.
23
PowerShell Scripts
PowerShell is Microsoft's latest command-line shell scripting language that allows DBAs
full access to the object models of both the OS and SQL Server. It also supports much more
complex logic than T-SQL and has better error handling. This combination allows you to
create extremely powerful and robust database maintenance scripts. PowerShell scripts, if
written appropriately, can easily be used to perform database maintenance across multiple
SQL Servers.
Microsoft has been avidly promoting PowerShell, although adoption has been slow, the main
reason being that it involves learning a completely new object-oriented scripting language,
which is very alien to many DBAs. On top of this, the DBA still needs to know T-SQL and
SQL Server internals, as well as SQL Server Management Objects (SMO), and the OS Object
Model (assuming you decide to take advantage of PowerShell's ability to access the OS).
This is a steep learning curve and means that PowerShell scripts, initially at least, can be even
more time-consuming to write and debug than T-SQL. Also, whereas the appropriate T-SQL
maintenance script can be run on most any SQL Server, many older servers may not have
PowerShell installed.
As time passes, I am guessing that you will see more and more DBAs start moving from
T-SQL scripts to PowerShell scripts, especially those who manage large numbers of SQL
Server instances. This will continue to be a slow move, until more DBAs not only become
familiar with the power and flexibility of PowerShell, but master the large body of knowledge
needed to take full advantage of it.
In the meantime, the body of community scripts and knowledge is starting to grow. For
examples of how to use PowerShell to perform database maintenance, check out this
CodePlex.com project.
http://sqlpsx.codeplex.com/
Alternatively, you can visit http://www.simple-talk.com and do a search for "powershell," to
find many articles on the subject.
24
Backup Databases
As obvious as this advice sounds, it is surprising how many SQL Servers I have run across that
don't have proper backups. If your database becomes corrupt, and you don't have a restorable
backup, then you will probably end up losing your data.
It is critical that any maintenance plan makes provision for the following two types of backup:
Full database backups backs up the data in the data (mdf) file(s) for that database. Full
backups are the core of any disaster recovery plan.
Transaction log backups backs up the data in the log (ldf) file(s) for that database.
While most people understand why full database backups are important, some don't fully
understand the rationale behind transaction log backups. The purpose of transaction log
backups is twofold. Firstly, they serve to make a backup copy of all the transactions that
have been recorded in the transaction log file since the last log backup. In the event of a
disaster, these log backups can be applied to a restored copy of a full database backup, and
any transactions that occurred after the full backup will be "rolled forward" to restore the
data to a given point in time, and so minimize any data loss. For example, if you back up your
transaction logs once an hour (and you have a valid full backup), then, theoretically, the most
you could lose would be an hour's worth of transactions.
Secondly, for databases that use the full or bulk-logged recovery models, this action truncates
the transaction log, so that it doesn't grow too large. Many part-time/accidental DBAs
perform full backups on their databases, but they don't perform transaction log backups. As a
result, the transaction log is not truncated, and it grows and grows until the drive it is on runs
out of disk space, causing SQL Server to stop working.
It is the responsibility of every DBA to ensure that all appropriate databases are properly
backed up and protected.
25
26
27
monitoring performance
The moral of the story is that, while Maintenance Plans are a useful tool for many DBAs, they
are not the perfect tool for all DBAs, and will only perform a subset of the required database
maintenance tasks. If the Maintenance Plan Wizard or Designer meets your needs, then
use them. On the other hand, if they don't properly meet your needs, then don't use them.
Custom-created T-SQL or PowerShell scripts instead offer much more power and flexibility.
While there may be a steep learning curve to create custom scripts, this is knowledge that you
will be able to use elsewhere as a DBA, and it won't go to waste.
Summary
In this chapter, we have learned what database maintenance is, and why it is important, and
we have considered the core database maintenance tasks that will comprise almost every
database maintenance plan.
We also explored four different ways to perform database maintenance, including use of the
Maintenance Plan Wizard and the Maintenance Plan Designer, which are the tools we'll focus
on in this book, as well as T-SQL and PowerShell scripts.
In the following chapters, we learn how to create Maintenance Plans using the Maintenance
Plan Wizard. As we learn how to use the Wizard, we will also be learning a lot of information
that applies to the Maintenance Plan Designer, as both tools perform similar tasks and offer
similar configuration options.
28
2.
Create one or more SQL Server Agent Operators, who will receive
the e-mail notifications.
These two steps are described in detail, in this chapter. Having completed them, you'll be
able to select the "e-mail report" option when creating a new Maintenance Plan. If you have
existing Maintenance Plans that don't report via e-mail, you can modify them to do so using
the Maintenance Plan Designer, as described in Chapter 19.
29
Figure 2.1: Using the Database Mail Configuration Wizard to set up Database Mail for
the first time.
Click Next to get past the splash screen, and the Wizard starts off with the Select
Configuration Task screen, as shown in Figure 2.2.
30
Figure 2.2: The Database Mail Configuration Wizard does several different tasks.
To set up Database Mail for use by the Maintenance Wizard, select the option Set up
Database Mail by performing the following tasks. The wizard even lists the three tasks
that need to be completed to set up Database Mail, which are explained shortly. Click on
Next to continue.
If database mail has not yet been enabled for this SQL Server instance, then you will see the
screen shown in Figure 2.3. If it has been enabled, you won't see the screen.
Figure 2.3: Before you can configure Database Mail, you must first enable it.
31
Figure 2.4: The first step when configuring Database Mail is to create a new profile.
To create a new profile, you must enter a profile name, an optional description, and then add
and configure one or more SMTP accounts. In this example, we will create and configure a
single SMTP account.
32
Enter a descriptive Profile name, such as "Maintenance Plans." If your SQL Server instance
has multiple mail profiles, then you'll probably want to enter a description of the intended
use of this particular profile, so you don't get them confused.
Next, create and configure the SMTP account that will be used by Database Mail to send the
e-mails from your Maintenance Plan. To create and configure a SMTP account, click on the
Add button, and the New Database Mail Account screen appears, as shown in Figure 2.5.
Figure 2.5: You will probably have to track down your SMTP server settings before you
can complete this screen.
If you have never set up an e-mail client before, this screen might seem a little confusing.
Essentially, you have to tell Database Mail what mail server it should use to deliver e-mail
messages from your Maintenance Plans. If you're unsure, send the screenshot shown in
Figure 2.5 to your organization's e-mail administrator, so he or she will know what SMTP
settings you need.
33
Account name. The SMTP account must have a name so that it can be distinguished
from other SMTP accounts used in the same profile. Since you are creating only a single
SMTP account for your profile, what you call it is not very important. However, should
you decide to have two SMTP accounts, for fault tolerance purposes, then you'd need
to name them descriptively so that you can easily distinguish one from another. For
example, you could use the name of the SMTP server as the account name, as that is a
good way to distinguish one SMTP account from another.
Description. This optional textbox can be left empty, or you can use it to help document
your settings. For example, you might enter the name of the person who provided the
SMTP settings, so you know who to go back to in the event of any problems.
Outgoing Mail Server (SMTP). This specifies attributes of the SMTP Server that will be
sending the e-mail, including these six options:
E-mail address the e-mail account that has been set up for use with SQL Server's
database mail (for example, [email protected]).
Display name the display name of the above e-mail address that is shown as part
of an e-mail. You will probably want to give it the same name as the user part of the
e-mail address, such as "SQL Server," although you can use any name you choose
that will remind you where the e-mail comes from.
Reply e-mail the e-mail address used if someone should reply to an e-mail sent
from the e-mail address entered above. Database Mail can't respond to e-mails it
receives, so you can either leave this option empty, or add your own e-mail address,
just in case someone should respond to an e-mail received from SQL Server.
Server name the name of the SMTP mail server. It generally looks something like
mail.myorganization.com.
34
Port number the port number used by your organization's SMTP server. E-mail
servers communicate through specific TCP/IP ports, and the default port number,
25, is the one most commonly used, but it may not be the one your company uses,
so be sure to check.
This server requires a secure connection (SSL) some SMTP servers require
that SSL be turned on for additional security. Only select this option if you are
instructed to do so.
The lower half of the screen is where we specify the SMTP Authentication options. In most
cases, before an SMTP server will accept an e-mail, the sender must log on to the SMTP
server with an authorized e-mail account. This is done to prevent spammers from accessing
the SMTP server and using it. Find out which authentication model your organization uses,
and complete the appropriate information, as follows:
Basic authentication: This is the most common method of authentication, and requires
you to provide a user name and password. In most cases, the user name will be the
e-mail address you entered above, and the password will be the password used for this
e-mail address.
Having entered values for all of the settings, the screen will look similar to that shown
in Figure 2.6.
35
Figure 2.6: If the SMTP settings are not set correctly, Database Mail will not work.
Once you're happy with the account information, clicking OK will return you to the
original mail Profile screen, which will display the SMTP account you just set up, as shown
in Figure 2.7.
36
Figure 2.7: Although you are only setting up one account, you can see that multiple
accounts can be set up if desired.
To continue with the Database Mail Configuration Wizard, click on Next to reach the
Manage Profile Security screen, shown in Figure 2.8.
37
Figure 2.8: You have to specify whether a mail profile is public or private.
As shown in Figure 2.8, your Maintenance Plan profile has been created (it's called
"Maintenance Plan"). Now you have to assign the profile as either public or private. A
private profile is only usable by specific users or roles, while a public profile allows any user
or role (with access to msdb) to send mail. To keep your setup as simple as possible, make the
Maintenance Plan profile public, by selecting the checkbox under Public then clicking Next
to move on to the Configure System Parameters screen, shown in Figure 2.9.
38
Figure 2.9: You have the opportunity to configure additional Database Mail parameters.
The last option in the Database Mail Configuration Wizard allows you to set the values of
specific Database Mail parameters for the profile. Generally, we will leave these options at
their default values. The only one I suggest you might consider changing is the value of the
Account Retry Attempts parameter. By default, this value is 1, which means that there is
only one attempt made to send an e-mail. If the SMTP server should be down when an
e-mail is to be sent, and there are no alternative SMTP accounts available, then the e-mail
won't be delivered. If you want to add some robustness to Database Mail, and help ensure
that the mail is delivered should the SMTP server go down for a short time, you can choose
to increase this value to a higher number, such as 10. If you do this, and don't change any
of the remaining settings, then Database Mail will try up to 10 times, waiting 60 seconds
between tries, before it gives up.
You are now done, so click on Next to go to the summary screen, shown in Figure 2.10.
39
40
Figure 2.11: If all went well, you will see lots of "Success" entries.
If the Configuring screen reports success, then Database Mail has been successfully set up
for your SQL Server instance or has it? While the success statuses are great, we still don't
know if Database Mail has really been set up correctly. For example, perhaps there was a typo
in the e-mail address or password, made when entering the SMTP information. If there was,
Database Mail won't have any way of knowing this. In short, this means that you need to test
your set up.
In order to test that Database Mail really is working as expected, close the Configuring
screen, then right-click on the Database Mail folder, just as you did when you began the
Database Mail Wizard, and select Send Test E-Mail, as shown in Figure 2.12.
41
Figure 2.12: To ensure that Database Mail really works, you need to send a test e-mail.
The Send Test E-Mail screen, shown in Figure 2.13, will appear.
Figure 2.13: You need to enter your e-mail address to see if a test e-mail can be sent
successfully from Database Mail.
Notice that the first option is Database Mail Profile, and it has a drop-down box next to it.
This is used to select the profile you want use to send the test e-mail. In this case, you need to
use the profile you just created, which was Maintenance Plan. If the profile you want to test
is not selected, then you can choose it by selecting it from the drop-down box.
42
Figure 2.14: This screen can be used to help diagnose e-mail problems if you don't receive
your test e-mail.
Having pressed Send Test E-Mail, the test e-mail will be sent to the designated account. The
screen in Figure 2.14 tells you that it was sent (the number of the Sent e-mail is unimportant),
so check your e-mail client and verify that the message was received. If the SMTP server is
busy, or the e-mail client only polls for e-mails every few minutes, you may have to wait a
short time before it appears. If you don't see the e-mail after a little while, be sure to check
your spam folder to see if it ended up there.
Once you receive the test e-mail, you know Database Mail has been configured correctly
and you are ready to continue with the next step, which is to set up an operator. If your mail
never arrives, try clicking on the Troubleshoot button, as shown in Figure 2.14, which sends
you to articles in Books Online that guide you through the troubleshooting process.
43
Name
Contact Information
Working Hours
9 a.m. 5 p.m.
[email protected]
[email protected]
Tony
5 p.m. 1 a.m.
[email protected]
[email protected]
Andrew
1 a.m. 9 a.m.
[email protected]
Each DBA can become an operator. For example, an operator could be created called "Brad"
that includes his name, contact information, and his working hours. The same is true for the
other DBAs. One advantage of using operators, instead of using specific e-mail addresses, is
that if any piece of information changes about an operator, it can be changed in a single place.
If specific contact information was stored within Maintenance Plans, then every time some
information changed, then all of the Maintenance Plans would have to be manually changed,
which could be a lot of work.
In addition, since working hours can also be associated with an operator, it is possible to
create a Maintenance Plan that is able to send e-mails to the right DBA, during their working
hours. Of course, you don't need to take advantage of all this flexibility, but it is there if you
need it.
Now that we know what an operator is, we need to learn how to create them, because a
Maintenance Plan cannot be configured to use an operator until the operator has first been
created and configured.
To create a new operator, open SSMS, navigate to the SQL Server instance you wish to
configure, open up the SQL Server Agent folder, navigate to the Operators folder,
right-click on it and select New Operator, as shown in Figure 2.15.
44
Figure 2.15: Operators are created using the SQL Server Agent.
The New Operator screen, shown in Figure 2.16 will appear.
While the New Operator screen has lots of options, we will focus only on the three that are
most important.
Name this is your name, or the name of the person or group who you want to receive
the Maintenance Plan e-mails.
Enabled this option is selected by default, and you don't want to change it, otherwise
you won't be able to receive any notices from SQL Server.
E-mail name this option is poorly named. It really means that you are supposed to
enter your e-mail address, or the group's e-mail address here.
That's it; all the other options are optional, and you can use them if you like, or leave them
blank. When you are done, click on OK, and the name you specified in Figure 2.16 will now
appear under the Operators folder in SSMS. If you have more than one person who should
be notified of Maintenance Plan jobs, you can create additional operators. Alternatively, you
could enter an e-mail group instead of an individual e-mail address, in the E-mail name
field. This way, when a Maintenance Plan report is sent to a single operator, everybody in the
e-mail group will receive the same e-mail.
45
Summary
You now have set up Database Mail and at least one operator. Now, when you create a
Maintenance Plan, you can choose to send e-mails to an operator. In the next chapter, I will
show you how this is done.
46
47
48
For now, let's assume that there aren't any existing Maintenance Plans and that you want to
create a new one.
49
Figure 3.2:
The mistake I almost always make is to select the New Maintenance Plan option. I think
I do this because I instinctively know that my goal is to create a new Maintenance Plan, and
the first option looks like it will work. Actually, it will work, but not as expected. The New
Maintenance Plan... menu option will start the Maintenance Plan Designer. Instead, select
Maintenance Plan Wizard, which is the way to start the Wizard.
50
Figure 3.3:
At first glance, the Select Plan Properties screen appears deceptively simple. In fact, it
requires making an important choice that has significant implications later on. Let's examine
this screen, one part at a time.
The first thing we need to do is to give our Maintenance Plan a name. The default name is
"MaintenancePlan" but I strongly advise you to change this to something more descriptive of
what the plan will do, and/or the databases it will affect. You and other DBAs must be able to
distinguish one Maintenance Plan from another.
51
52
Figure 3.4: Once the Select Plan Properties page is complete, click on Next.
The reason I gave this plan the name User Database Maintenance Plan is because I generally
prefer to perform maintenance on user and system databases separately. Although this is not
53
Figure 3.5: If you don't choose the correct maintenance tasks, you could create a
Maintenance Plan that hurts your server's performance.
54
Shrink Database
Never use the Shrink Database task. Is that clear enough advice? While we will discuss
why it is not a good idea to automatically shrink a database in Chapter 6, the point to keep in
mind is that, if you ever need to shrink a database, it should be done manually.
Rebuild Index
The Rebuild Index task runs the ALTER INDEX statement with the REBUILD option on
indexes in the selected databases, by physically rebuilding indexes from scratch. This removes
index fragmentation and updates statistics at the same time. If you use this option, you do
not want to run the Reorganize Index or the Update Statistics task, as doing so would
be redundant.
55
Reorganize Index
The Reorganize Index task runs the ALTER INDEX statement with the REORGANIZE option
on the indexes in the selected databases. This task helps to remove index fragmentation,
but does not update index and column statistics. If you use this option to remove index
fragmentation, then you will also need to run the Update Statistics task as part of the
same Maintenance Plan. In addition, you won't need to run the Rebuild Index task, as
the use of Reorganize Index task (followed by the Update Statistics task) renders
redundant the Rebuild Index task.
Update Statistics
The Update Statistics task runs the sp_updatestats system stored procedure against
the tables of the selected databases, updating index and column statistics. It is normally run
after the Reorganize Index task is run. Don't run it after running the Rebuild Index task,
as the Rebuild Index task performs this same task automatically.
History Cleanup
The History Cleanup task deletes historical data from the msdb database, including
historical data regarding backup and restore, SQL Server Agent and Maintenance Plans.
If you dont perform this task periodically then, over time, the msdb database can grow
very large.
56
57
Figure 3.6:
The above tasks are commonly selected when creating a Maintenance Plan
using the Maintenance Plan Wizard.
Note that, despite the previous discussion regarding its limitations, I chose to include the
Maintenance Cleanup task, for illustrative purposes.
58
Figure 3.7:
You must tell the Maintenance Plan Wizard the order in which you want it to
perform its tasks.
In this screen, you must tell the Wizard the order in which you want the maintenance tasks
to execute. Figure 3.7 shows the six tasks we previously selected, in default order. In many
cases, the default order will be fine, but you can move them up or down by selecting any
one of the tasks, one at a time, and then clicking on either the "Move Up" or the "Move
Down" button.
This option is really only useful if you choose the Single schedule for the entire plan or
no schedule option instead of the Separate schedules for each task that I recommend you
use. Why? If you choose Single schedule for the entire plan or no schedule, this option is
important because there is only one schedule, and each task within a Maintenance Plan will
run one after another (based on your ordering), until the plan is complete. If you choose
Separate schedules for each task, the order of the tasks is dependent on the order you
schedule them, overriding any order you specify in this screen. This is because each task has
its own schedule. More on this in a moment.
59
Logical Task Ordering. A task such as Clean Up History can be performed at any
point in the plan but, for other tasks, there is a certain logical order in which they
should be performed.
It makes sense to start the Maintenance Plan with the Check Database Integrity
task, because there is no point in running the rest of the maintenance tasks if the
integrity of your database is in question.
The Back Up Database (Full) should come before the Backup Database
(Transaction Log) task as we can't perform a transaction log backup before we
perform a full database backup. If we were to try, we would get an error.
If a Rebuild Index task (or the Reorganize Index and Update Statistics tasks) is
performed during the same maintenance window as the Back Up Database (Full)
task, then I always perform the Rebuild Index task first. Why? This way, should I
need to perform a restore of the backup, it will have its indexes defragmented and
will be ready for production.
Task Scheduling. If you choose Separate schedules for each task, the scheduling of
these tasks (covered later) will determine the actual order in which they occur. For
example, it is possible to schedule the tasks in such a way that the Backup Database
(Transaction Log) task runs before the first ever Back Up Database (Full) task for
a given database, although this would cause the Maintenance Plan to fail. The key thing
to remember is that the logical task order you select in Figure 3.7 is not absolute, and
that it can be overridden by the schedules you set for each one.
In this example, we will accept the default order, and click Next.
60
Figure 3.8: The Define Database Check Integrity task configuration screen.
The basic layout of this screen is more or less the same for every task.
Database Selection a drop-down box to choose the database(s) on which the task will
execute. This step is common to most tasks.
Task Scheduling an option to schedule the task. This step is common to every
task, assuming that you chose Separate schedules for each task when you first
started the Wizard.
Although this screen looks simple, it is hiding a lot of detail. Let's take a look at each of the
three sections, although we'll save a lot of these details for later chapters.
61
Database Selection
As you might expect, the first step when configuring most tasks is to specify the database or
databases on which the maintenance task to act. The Databases drop-down box appears on
the configuration screen for all tasks that can be configured through the Wizard, with the
exception of the Execute SQL Server Agent Job (Chapter 10), History CleanUp (Chapter
11) and Maintenance Cleanup (Chapter 15) tasks, where database selection is not necessary.
In other cases, the database selection process for a task (for example the Rebuild Index task,
see Chapter 7) is slightly more complex, as you will be offered the chance to narrow the scope
of the task to specific objects within a selected database. However, most often you will want a
task to act on the database as a whole.
For all tasks where database selection is relevant, most of the other options on the screen will
be grayed out until you select at least one database.
All databases
This option means exactly what it says. If you select this option, every database on your SQL
Server instance will have the task run against it. One advantage of using this option is that
it covers both user and system databases and, if you add any databases at any time, even
after the Maintenance Plan has been created and is in production, they will automatically be
included when this task runs. As such, this option allows you to create a single Maintenance
Plan to cover all of your databases.
On the other hand, if you include all your databases in a single Maintenance Plan, you have
less flexibility. This means that, although selecting this option may seem to be the best choice,
it may not actually be the best, because you may need to treat some databases differently from
others. We will be talking more about this later in the book.
62
Figure 3.10: The Maintenance Plan Wizard needs to know which databases you want to
run the task against.
System databases
This option specifies that your task will only run against the SQL Server instance's system
databases, which include master, model, and msdb (but not tempdb).
This option is commonly used to create a specific Maintenance Plan for your system
databases. Generally, the maintenance tasks you want to perform on system databases are
a little different than those you run against production user databases. For example, system
databases use the Simple Recovery model, and so transaction log backups can't be carried
63
These databases
This final option allows you to build a custom list of databases, both user and system, to
which your task will apply. This option is often used when you want to treat a particular
database differently from the rest of the databases. For example, you may have a policy that,
for databases under a given size, the Rebuild Index task is used, but that the Reorganize
Index and the Update Statistics tasks are preferred on any databases above that size. This
distinction is sometimes made if the Rebuild Index task on a large database takes longer to
execute than the available maintenance window, which could end up blocking users trying
to access the database. As we will learn later in this book, the Reorganize Index and the
Update Statistics tasks, combined, perform a similar function to the Rebuild Index task,
but do so without blocking users.
A disadvantage of this option is that the databases you select here aren't dynamic. By this, I
mean that databases that are created or deleted subsequent to the creation of the plan are
not automatically added to, or removed from, that plan. In the latter case, this will mean
that an error will occur when the Maintenance Plan is run. You have to manually edit the
Maintenance Plan every time you want to add or delete a database to be used by the plan.
64
65
Figure 3.11: Once at least one database is selected, additional options are the screen can
be configured.
The middle section of the screen in Figure 3.11 contains the configuration options for a given
task. In this example, there is only one option, Include indexes. Each task will have different
options. For example, Figure 3.12 shows the same portion of the screen for the Rebuild
Index task.
66
Figure 3.12: Task-specific configuration options for the Rebuild Index task.
If I were to go through all the options on this screen in full detail, and the equivalent
screens for the remaining tasks, it would quickly become overwhelming. Instead, starting
with Chapter 5, I have devoted individual chapters to each of the eleven possible database
maintenance tasks. Please refer to a task's specific chapter for full details on all of these
configuration options.
Task Scheduling
The final section of the screen shown in Figure 3.11 is devoted to task scheduling, as shown in
Figure 3.13.
67
68
Report Options
Once you've configured and scheduled each of the individual tasks that make up a
Maintenance Plan, you will arrive at the Select Report Options screen. After a Maintenance
Plan runs, it can produce a report of the tasks that were performed. For example, you can see
the results of a Database Check Integrity task, or see what databases were backed up.
These reports are very useful because they tell you whether or not everything ran correctly,
and they are helpful when troubleshooting Maintenance Plans that don't seem to be doing
what you expect them to do.
Chapter 2 described how to configure Database Mail so that these Maintenance Plan reports
can be sent to you via e-mail, and it is when we reach the Select Report Options screen,
shown in Figure 3.15, that our groundwork pays off.
Figure 3.15: After a Maintenance Plan runs, it can write a report to the local SQL Server,
and/or send you an e-mail message containing the report.
69
The E-mail report option on the screen is not selected by default. As we discussed in Chapter
2, in addition to the text report saved on disk, I think it is a good idea to have these reports
sent to you via e-mail, so that you can more easily review them. Not only does this save you
the effort of locating the correct report among all of your servers, the e-mails also serve as a
constant reminder that you need to read them to see if everything is running as it should be.
Note
Even if you have reports e-mailed to you, I suggest you have the reports written to disk as
well. That way, should you need to troubleshoot a problem, all of the reports will be in a
single location.
Notice that my name is listed in the drop-down box next to the To option, reflecting the
fact that I set myself up as an operator. If you have not set up Database Mail or created any
operators, then no names will be available from the drop-down box.
To receive e-mail reports every time this Maintenance Plan runs, select the E-mail report
options and select your name from the drop-down box, as shown in Figure 3.16.
70
Figure 3.16: Since I am the only Operator, there are no other names to choose from.
As you will see, you can only select a single operator. If you want to send Maintenance Plan
reports to multiple users, you will need to have set up an operator that uses a group e-mail
account, in which case each e-mail will be sent to every member of the group, each time the
plan runs. Note also that, just because you receive an e-mail report after a Maintenance Plan
executed, you shouldn't necessarily assume that the plan executed successfully. You'll need
to delve into the details of the report to ensure that each task within the plan did, indeed,
complete as expected.
In Chapter 17, covering the Maintenance Plan Designer, we will discuss an alternative
e-mail notification option that makes it easier to notify operators of problems with
Maintenance Plans.
71
Figure 3.17: You can drill down into each of the tasks on this screen to see what settings
you have configured.
At this point, click on Finish to create the Maintenance Plan and reach the very last
Maintenance Wizard screen, as shown in Figure 3.18.
72
73
Connecting to SSIS
To be able to view the SSIS packages, the SSIS service must be installed and running on
your server, and then manually connect to the SSIS service from within SSMS.
Figure 3.19: Viewing the new Maintenance Plan from within SSMS.
While you can view the Maintenance Plan SSIS packages from here, you can't view their
contents or modify them here. To do this, you must open them using the Maintenance Plan
Designer, which we will cover in Chapters 16 to 19.
While only one SSIS package is created per Maintenance Plan, one or more SQL Server
Agent jobs will be created to run the package. If you selected Single schedule for the entire
plan or no schedule then there will only be one SQL Server Agent job. However if, as advised,
74
Figure 3.20: The name of your Maintenance Plan will be a part of the SQL Server
Agent jobs.
In Figure 3.20, you can see a lot of different jobs, but it is easy to spot the six Maintenance
Plan jobs because they include the words "Maintenance Plan" as part of the job name. Each of
these jobs will run one of the scheduled tasks that the Maintenance Plan will perform.
Notice that each job has a suffix of "Subplan" along with a number. The term, Subplan,
is often used interchangeably with "job" and refers to a scheduled maintenance task; the
number of the task matches the order of the tasks you assigned when you created the
Maintenance Plan. However, don't forget that the logical ordering of the tasks that you
specified is not necessarily the order in which they will be executed. This order is decided by
your schedule for each task, as we discussed earlier.
75
Figure 3.21: This screen shows how the SSIS package will be executed for this
maintenance task.
As you can see in this figure, when a scheduled job executes, all it does is execute the related
SSIS package, with a number of parameters that specify the plan to be run, the server it is to
be run on, and so on. In this particular example, Subplan_1 of the Maintenance Plan is being
run and so is passed in as a parameter.
A word of warning before we move on: while it's possible to customize your Maintenance
Plan by directly modifying its SQL Server Agent jobs, I strongly advise against it. Unless you
are an expert in both SSIS and the SQL Server Agent, the odds of "breaking" the Maintenance
Plan are very high. If you need to make any changes to a Maintenance Plan, use the
Maintenance Plan Designer. In this way, any changes will automatically be reflected in the
Maintenance Plan's related SQL Server Agent jobs.
76
77
Figure 3.23: Apparently, selecting "Execute" is not a good way to test a Maintenance Plan.
What does this error mean? Is our Maintenance Plan "bad?" In order to answer this question,
we can click on the Execution failed link to find out more information about this error, as
shown in Figure 3.24
Figure 3.24: Unlike most error messages, this one is actually useful.
The error message is actually useful in this case: "User Databases Maintenance Plan contains
multiple subplans. You can execute them individually by selecting their associated jobs under the
SQL Server Agent node of Object Explorer."
In other words, the Execute option available for a Maintenance Plan will only work if a
plan has only one subplan. The topic of subplans is covered in detail in Chapter 18 but for
now, just note that a single Maintenance Plan can be made up of several subplans, and each
subplan is made up of one or more maintenance tasks. If a Maintenance Plan has more than
78
So, in order to test our new plan, we navigate to the SQL Server Agent | Jobs directory,
right-click on the relevant Maintenance Plan Job and select Start Job at Step..., as shown in
Figure 3.25.
Although this name gives the impression that it might allow us to run all of the jobs, it
doesn't. Instead, once we select this option, only the job we have selected will run. Why is
this? This is because a "step" is a subset of a job, and all Maintenance Plan jobs have a single
"step." The confusion arises because "step" and "job" sound like the same thing, but they
aren't. Each job only has a single step, so we must test each job, one after another.
Having run the first job, we run the second, and so on, until they have all completed. Be sure
to only run one job at a time, and wait for it to complete successfully before trying the next.
If the databases against which the plan is running are large, then these tests can be time
consuming, so this extra time must be planned for in advance. In fact, the time it takes for a
particular task to run during testing is a valuable data point when determining when the task
should be scheduled to run.
79
Figure 3.25: You can test each maintenance task by running Start Job at Step...
While all this sounds like a somewhat laborious process, this testing is essential to ensure that
your Maintenance Plan, as a whole, will succeed. Furthermore, if a given job fails, you have
immediately narrowed your troubleshooting to the investigation of an individual job, rather
than the plan as a whole.
Let's go ahead and run the first job in our Maintenance Plan, the Check Database
Integrity job, and see what happens. Right-click on User Databases Maintenance Plan.
Subplan1, and select Start Job at Step. Hopefully, you'll see a screen similar to that shown in
Figure 3.26.
80
Figure 3.26: The first maintenance task of the Maintenance Plan ran successfully.
Only once you've achieved successful test executions for each of the steps in the Maintenance
Plan are you ready to put this Maintenance Plan into production. If you get any errors, be
sure to identify and fix the problems before testing the rest of the jobs. Often, if one job fails,
then other jobs will fail, and you might as well fix them as soon as you can. Error messages
appear as links on the screen, so if you do get an error, check out the error message, and
hopefully you will be able to figure out what the problem is and fix it.
So, what's the moral of this story? Don't use a Maintenance Plan's "Execute" option to test
plans with multiple subplans. Instead, test one maintenance subplan at a time, using its
related SQL Server Agent job.
Summary
Having seen the big picture of how to use the Maintenance Plan Wizard to create a
Maintenance Plan, next we will first spend a chapter on job scheduling, then we will
spend a chapter on each of the eleven maintenance tasks. This way, you will gain a better
understanding of what each one does, and how it best fits (or doesn't fit) with your SQL
Server's maintenance needs. As you read about each of these tasks, keep in mind that they
apply, not only to the Maintenance Plan Wizard, but also to the Maintenance Plan Designer
(which will be discussed later in this book).
81
82
83
Task Frequency
In the DBA's dream world, maintenance windows are long and frequent, and users are
patient. Most of the tasks in the Maintenance Plan Wizard can be scheduled to run in the
daily maintenance window, with the exception of the Backup Database (Transaction
Log) task, which runs hourly. All servers are well and frequently maintained, and the DBA
leads a tranquil, unhurried existence.
Back in the real world, however, task scheduling is always a compromise. Maintenance
windows are rarely long enough to perform all of the tasks exactly when you'd like to perform
them, and users are intolerant of server slow-downs. If such cases, the DBA must juggle
the tasks as best he or she can, fitting in the most resource-intensive ones at times that will
minimize their impact.
For example, let's say that the only maintenance window is Sunday. If that is the case, you will
still want to take full, daily backups and hourly transaction log backups, as they are essential
and don't have a huge negative performance impact. However, the Rebuild Index and the
Check Database Integrity tasks are both very resource intensive and so you may only be
able to run them once a week, during the Sunday maintenance window. Of course, this is a
compromise because, ideally, these tasks would be run daily for optimum performance and
high availability.
84
Figure 4.1:
At the bottom section of the screen shown in Figure 4.1, we see the Schedule option for our
Maintenance Plans. This option will appear on every task where Separate schedules for each
task option was specified for the Maintenance Plan.
The default selection for Schedule is Not scheduled (On Demand), as shown in Figure 4.2.
Figure 4.2: By default, tasks are not scheduled, so you need to choose a schedule for each
task in the Maintenance Plan Wizard.
If we accept this default, and don't set a schedule for a given task, then when the
Maintenance Plan Wizard is complete, the task will be created, but a scheduled job for the
85
Since our goal, generally, is to automate our maintenance tasks, not to perform them
manually, we'll be creating a schedule for the tasks covered in this book.
86
Figure 4.3:
Figure 4.4: Notice that this schedule has been given a default name.
I don't see any reason to change this name, as the naming scheme makes a lot of sense. Next
to the schedule name is a grayed out box, titled Jobs in Schedule. This feature is not relevant
to Maintenance Plan scheduling, and you can ignore it.
87
In the next part of the screen, you must specify the Schedule type. The default option
is Recurring, as shown in Figure 4.5, and is the one you should choose, as the goal of a
Maintenance Plan is to create recurring jobs that run specific tasks.
Figure 4.5: You have to specify when the job is to occur, and whether it is enabled or not.
The other options, while they could be used, are really designed for other purposes
(remember, this is shared code) and not for the Maintenance Plan Wizard. In fact, using any
of the options other than Recurring could easily get you into trouble, as they are not time
based, and thus you cannot schedule a specific time to run a task.
By default, the Enabled checkbox, to the right of Schedule type, is selected indicating that
the job schedule is enabled and active. You should accept this default and leave the box
selected. If, for some reason, you want to temporarily turn off a scheduled task after a Plan
has been created, you can do so using the Maintenance Plan Designer, which is discussed in
Chapter 16 and onwards.
Job Frequency
The next part of the Job Schedule Properties screen is called Frequency, as shown in Figure
4.6. The appearance of this screen varies depending on the option selected for Occurs. By
default, this is Weekly, which is a little deceiving. When I think of weekly, I think of once
a week, but that is not what this option means. It means that you have the option to select
which days in a week you want a job to run. Only Sunday is selected by default, but you can
choose any day of the week, and as many of them as you want.
88
Figure 4.7: The Daily option allows you to select how often daily really is.
The Daily option also gives the impression that the job is to run once a day, but that is not
the case. In fact, you can schedule jobs to run as often as want, on a daily basis, as you'll see
when we reach the Daily Frequency section of the screen, shortly.
The Recurs every option works just as described previously. The default value of 1 indicates
that the job will run every day; a value of 2 means every other day, and so on. Again, I
recommend you keep it simple and leave Recurs every at its default value of 1.
If you choose the final option, Monthly, the screen changes once again, as shown in
Figure 4.8.
Figure 4.8: The Monthly options gives you more options that you can probably find
good uses for.
89
Figure 4.9: The "The" option gives you even more choices.
The default setting specifies that the job will occur on the first Monday of every month. If
you change "first" to "second," this would mean the second Monday of every month, and so
on. You can also change the day of the week, and for which months. Again, all of this gets
complicated very quickly, and I suggest you keep things as simple as possible, and avoid using
this option.
Daily Frequency
The next option on the Job Schedule Properties screen is Daily Frequency, as shown in
Figure 4.10.
Figure 4.10: The Daily frequency option allows us to schedule a job to occur more than
once a day.
Didn't we just see a daily option in the Frequency section of the screen? Yes, we did, but
this Daily frequency option means something entirely different. It refers to when and how
often on the day(s) selected in the Frequency section the task will occur. The Occurs once
at option allows us to schedule the time of a day the task is to run once. By default, a task is
scheduled to occur once a day at 12 a.m.
90
Job Duration
The final choice you can make is to specify when your job schedule is to begin and, optionally,
to end, using the Duration option. The default, shown in Figure 4.12, is to start the job
schedule on today's date, with no end date.
Figure 4.12: You can determine when a job starts and ends.
Alternatively, you can specify the job schedule to begin at some future date, or to end the job
schedule at some future date. In the context of the Maintenance Plan Wizard, you would
rarely want to change either of these defaults, as your goal is to start your jobs right away, and
have them run forever (or until you decide to change or delete the job). The one exception I
can think of is that you might want to delay a job from starting right now, until a later date,
in order to ensure that jobs that are dependent on one another occur in the correct order.
91
The specific task that you are scheduling tasks such as Backup Database
(Transaction Log) will be scheduled hourly; tasks such as Backup Database
(Full) will be daily; and tasks such as Rebuild Index might be weekly.
Over the coming chapters, we'll discuss specific scheduling considerations for each individual
task. Throughout my explanation of the Maintenance Plan Wizard, I am going to assume that
I only have a single weekly maintenance window, which is the entire day of Sunday.
Summary
As I forewarned at the start of this chapter, scheduling your maintenance tasks is a more
complex process that you may at first think, and needs careful consideration.
The Job Schedule Properties screen doesn't really help matters by offering more options and
flexibility than you really need. My general advice is to plan carefully, make the best possible
use that you can of the available maintenance windows, and keep your scheduling as simple
as possible.
We now move in to discuss in full detail the specific maintenance tasks that can be created
and scheduled using the Wizard, where I'll offer more specific advice on the most appropriate
schedule for a given task.
92
93
The DBCC CHECKDB command has numerous optional parameters that control such things as
the comprehensiveness of the check, whether or not informational messages on the progress
of the command should be displayed, and how many error messages should be displayed; it
even has some repair options.
Within the context of the Maintenance Plan Wizard, the DBCC CHECKDB command is executed
under the name of the Check Database Integrity task. When you configure this task to
run using the Wizard's default settings, the following command runs against the databases
you select.
DBCC CHECKDB('database_name')WITH NO_INFOMSGS
When this command is run, all DBCC CHECKDB tests are performed, informational messages
(status messages telling you what is being checked) are not returned, and up to a maximum
of 200 error messages are returned. If more than 200 error messages occur, only the first 200
will be included in the report text file produced when this task is run.
94
If you review the report from this task, and no error messages are returned, it looks
something like the following:
Microsoft(R) Server Maintenance Utility (Unicode) Version
10.0.2531
Report was generated on "HAWAII."
Maintenance Plan: User Databases Maintenance Plan
Duration: 00:00:04
Status: Succeeded.
Details:
Check Database Integrity (HAWAII)
Check Database integrity on Local server connection
Databases: AdventureWorks
Include indexes
Task start: 2009-07-29T10:12:36.
Task end: 2009-07-29T10:12:41.
Success
Command:
USE [AdventureWorks]
GO
DBCC CHECKDB(N''AdventureWorks'') WITH NO_INFOMSGS
GO
As you can see, the report reveals some basic information about the task, such as its duration,
its success, the database checked, the time it took to run, and the actual command that was
run. Also, notice that the report ends immediately after the command. In other words, the
DBCC CHECKDB command did not find any errors, so there are no errors to report. If there had
been error messages, then they would be listed at the bottom of the report.
If you do get any error messages, I would suggest that you run the DBCC CHECKDB command,
manually, using the following T-SQL command.
DBCC CHECKDB ('DATABASE_NAME') WITH NO_INFOMSGS, ALL_ERRORMSGS
What this command does is to list all the error messages produced by running the command,
not just the first 200 of them. If your database is having corruption problems, you want
to know about all of them, not just the first 200. You can then read through the messages
and try to identify what the problem is, and figure out what to do next, which often,
unfortunately, is to restore the last known good database.
95
If you have a nightly maintenance window that allows you to run the Check Database
Integrity task daily, then do so, as you want to discover any data integrity problems as
soon as possible.
If you can't perform this task nightly, then, at a minimum, it should be run once a week.
If you don't have a maintenance window long enough to run this task at least once a
week, then you probably shouldn't be using the Maintenance Plan Wizard for your
maintenance plans. T-SQL or PowerShell scripts offer greater flexibility.
96
Figure 5.1:
97
98
Figure 5.2:
This is one way you might want to schedule your Check Database
Integrity task.
As you can see, I have kept my schedule options simple. I will run the job once a week, on
Sunday, starting at 1 a.m. I arbitrarily chose 1 a.m. as my starting time, but you can choose
what time best suits your available maintenance window.
Once you are done with the schedule, click on OK. The Define Database Check Integrity
Task screen reappears and now has a schedule at the bottom of the screen, as shown in
Figure 5.3
99
Figure 5.3:
Part of the schedule can be seen from this screen of the Wizard.
We are now done with this part of the Wizard, and our Check Database Integrity task is
created and scheduled to run on all user databases.
Summary
It is very important to run the Database Check Integrity task on all your SQL Servers, as
it is the only way to definitely know if your databases and your backups are in good shape or
not. Don't take the attitude that, just because it is rare for a database to become corrupt, you
can skip this maintenance task. While database corruption is rare, when it does occur, often
the only way to fix the problem is to restore your database. To ensure that your database
doesn't contain any corruption, you should run the Database Check Integrity task as often
as is practical.
100
101
102
Summary
If a DBA has a legitimate need to shrink a database, and follows the steps to shrink it properly,
then it is as valid as any other maintenance task that a DBA has to do.
Problems arise when DBAs shrink a database without knowing why they are shrinking it, and
this is what happens when the Shrink Database task is used. It causes unnecessary stress on
SQL Server, which can result in serious performance problems.
So, one last time in case you missed it: don't use the Shrink Database task as part of your
Maintenance Plans. In fact, I'm not even going to show you how to use it.
103
what Rebuild Index does and the problems that can arise if it is not used
104
105
Nightly, if required. If your indexes fragment rapidly, and you have a nightly maintenance window that allows you to run the Rebuild Index task, along with all the other
maintenance tasks, then do so. Index fragmentation will degrade the performance of
your indexes. Assuming that you have a maintenance window, rebuilding every night
can't do any harm, and can very well boost the performance of your server.
Weekly, at minimum. If you can't perform this task nightly, then, at a minimum, it
should be run once a week, during a maintenance window. If you wait much longer than
a week, you risk hurting your SQL Server's performance due to the negative impact of
wasted empty space and logical fragmentation.
106
Use the online version of the Rebuild Index task available only with the
Enterprise Edition of SQL Server.
Use the Reorganize Index task followed by the Update Statistics task if
you're using the Standard Edition of SQL Server. This is your only real alternative
when using the Maintenance Plan Wizard if want to avoid the Rebuild Index task.
Avoid the Maintenance Plan Wizard T-SQL or PowerShell scripts offer greater
control and flexibility over the exact nature and duration of this task.
avg_fragmentation_in_percent this column stores the degree of logical fragmentation of an index, as a percentage. For example, a particular index might be 80% fragmented, which means that, on average, 80% of the data pages physical ordering does not
match their logical ordering.
If you were to track this data over a period of time, you would be better able to gauge how
quickly your indexes fragment, and so how often you should consider rebuilding them.
However, if you are at this level, then the chances are high that you'll be using scripting
techniques to rebuild your indexes rather than the Maintenance Plan Wizard.
107
use the Reorganize Index task followed by the Update Statistics task.
If you have the Enterprise Edition of SQL Server, the Maintenance Plan Wizard offers a
Keep index online while reindexing option, which means that the index will continue to
be available to users even while it is being rebuilt. Even though this is an online activity, you
will still want to schedule this task during a time of the day when the server is less busy, as it
is still a resource-intensive activity. Performing this online task during busy times of the day
can affect your users' ability to access the database in a timely manner, especially if your SQL
Server already has performance bottlenecks.
If you don't have the Enterprise Edition, and your maintenance window is too short
to accommodate an offline Rebuild Index task, then you should consider using the
Reorganize Index task (see Chapter 8) instead, and running the Update Statistics task
(see Chapter 9) immediately thereafter. The Reorganize Index task is an online operation,
which means that it can run while users are accessing the database. While this is an online
process, it is still resource intensive, and you should schedule the task during a time of the
day when the server is less busy.
The downside to using the Reorganize Index task is that its index defragmentation
capability is not as thorough and complete as the Rebuild Index task. In addition, it can take
longer to run than the Rebuild Index task, and you have to run the Update Statistics task
as a separate step.
108
Database Selection
First, notice the Databases drop-down box appears on the screen as we have seen before.
Second, notice that directly below the Databases drop-down box are two more drop-down
boxes we have not seen before: Object and Selection. These two drop-down boxes appear
for some tasks, and not others. We will see what they do in a moment; I just wanted to point
them out now so you will be ready when I begin talking about them.
109
Figure 7.1:
However, there may be special cases where you'd need to create separate plans to deal with
the specific index maintenance requirements of different databases. For example, let's assume
that on a single SQL Server instance you have 25 small databases, each less than 1 GB in size,
and one large database, say, 50 GB. Let's also assume that few, if any, users will need access
to the small databases during your maintenance windows, but that many users may need to
access the 50 GB database during this time. In this case, you might consider creating a special
Maintenance Plan for the 50 GB database that uses the Reorganize Index and Update
Statistics tasks, and another Maintenance Plan that applies the Rebuild Index task to the
smaller databases.
110
Figure 7.2: To keep things simple, select the "All user databases" option.
The Define Rebuild Index Task screen reappears, and the two drop-down boxes I referred to
earlier are displayed below the Databases drop-down box, but they are grayed out, as shown
in Figure 7.3.
Figure 7.3:
The "Object" and "Selection" drop down boxes are not available.
111
Figure 7.4: When a single database is selected, then the "Object" drop-down box
becomes available.
Notice that Specific databases now appears in the Databases drop-down box, the Object box
is now available, and the Selection box is still, for the time being, grayed out.
What the Object and Selection options allow you to do is to selectively rebuild some of the
indexes in your database, and not others. If you click on the Object drop-down box, you'll see
the choices as shown in Figure 7.5.
Figure 7.5:
Notice that there are three choices for Object. If you leave the default option selected, Tables
and views, then the Rebuild Index task will be applied to the indexes associated with all
tables and all indexed views in the selected database. In other words, you haven't changed
anything. In order to narrow the scope of the task to specific objects, you need to choose
either Table or View. Having done this, the Selection drop-down box becomes available. For
example, choose Table, and then click on "Select one or more" in the now available Selection
drop-down box, as shown in Figure 7.6.
112
Figure 7.6: You can select which tables you want to rebuild with the Rebuild Index task.
Now, you get the option of selecting specific tables within the AdventureWorks database,
to which this task should apply. For example, you could choose to rebuild only the indexes
associated with the dbo.ErrorLog table, or you could select some combination of tables, by
checking each of the relevant checkboxes.
Why would you want to rebuild the indexes for some tables and not others? Actually, there is
a very good reason for this. In most databases, there are some tables that are virtually static;
they rarely if ever change, and so there is no benefit in rebuilding their associated indexes
as they don't, over time, develop wasted empty space or become logically fragmented. By
selecting only those indexes that really need defragmenting, you can reduce the time it takes
to perform the Rebuild Index task and, at the same time, reduce the resource overhead
associated with this task.
The problem I see is that most people who are using the Maintenance Wizard won't have
the knowledge to determine which indexes are relatively static and which are subject to a
lot of wasted space and logical fragmentation. If you are at the level where you know how to
evaluate each index using the sys.dm_db_index_physical_stats DMF, in order to apply a
selective rebuild process, then the chances are you are probably better off implementing this
process using T-SQL or PowerShell scripts, and avoiding use of the Maintenance Plan Wizard
in the first place.
Before we move on, let's briefly consider the View option that is available in the Object dropdown box, as shown in Figure 7.7.
113
Figure 7.7: You can select which indexed views you want to rebuild with the Rebuild
Index task.
In this case, View doesn't refer to conventional views, but to indexed views. Indexed views
are physical views, unlike regular views, which are only materialized when they are called by
a query. Because indexed views are physical, they need rebuilding just like regular indexes.
As per my advice with regard to the Table option, if you need this kind of granularity for the
maintenance of your indexes, you shouldn't be using the Maintenance Plan Wizard for this
task.
114
Figure 7.8: These options can have a significant impact on the Rebuild Index task.
The default option of Reorganize pages with the default amount of free space is a little
confusing. First, it says reorganize, not rebuild. Remember, we are working on the Rebuild
Index task, not the Reorganize Index task. Don't let this confuse you into thinking that
selecting this option reorganizes indexes, rather than rebuilding them. It does the latter, and
this is actually a mistake in the user interface. It really should say "rebuild," not "reorganize."
The second part of this first option says "default amount of free space." What does that mean?
When creating a SQL Server index, there is an option to create the index with a certain
amount of free space on each data page. This setting is known as the fill factor. If an index
is created without specifying a fill factor, then the default fill factor is used, which is 100
(actually 0, but 0 means the same thing as a 100% fill factor). This means that no free space is
created for the data pages of an index.
The potential problem with a fill factor of 100 arises when data is added to a table as a result
of an INSERT or UPDATE, and a new row needs to be added to a data page. If there is no room
for it, then SQL Server will reorganize the rows, moving some of the rows onto a new data
page, and leaving some on the old data page. This is known as page splitting. While page
splitting is a normal SQL Server activity, too much page splitting can cause performance
115
What is really confusing is that the phrase "default amount of free space" in the Wizard does
not mean the same thing as the "default fill factor" that can be set for the entire server. Some
people confuse the two.
In the Rebuild Index task, "default amount of free space" refers to the fill factor that was
used when a specific index was first built, or last rebuilt. In other words, if you choose the
option Reorganize pages with the default amount of free space, what happens is that each
index is rebuilt using whatever fill factor value was used the last time it was rebuilt. This may
be the same as the server-wide default, or it may be a specific value that was specified for that
index, or it may be a value set using the second Change free space per page percentage to
option (discussed next).
In almost all cases the "default amount of free space" option is the one you want to use, as
it means the index will be rebuilt using the fill factor that was originally specified when the
index was created.
With the second option, Change free space per page percentage to, you specify a single fill
factor value to be used for every index when it is rebuilt. For example, if you choose Change
free space per page percentage to and set it to 10%, this is the same thing as setting all of
the indexes in your database to a fill factor of 90, regardless of what the value was when the
index was created. It is rarely a good idea for every index in your database to have the same fill
factor. The appropriate fill factor is specific to an index, and you can't generalize a fill factor
that will work well for every index in your database. While this setting might be beneficial for
some indexes, it could cause performance problems with others. As a result, I advise against
using this option.
Of course, the choice of the default Reorganize pages with the default amount of free space
option assumes that the fill factors of all of your indexes have been ideally set when they were
originally created, or were last rebuilt. If they aren't, then it's a tossup as to which option is
really the best. But, assuming that you don't know if the fill factors are ideal or not, which you
probably don't, I would still recommend using this default option.
116
Advanced options
The two options under Advanced options are shown in Figure 7.9.
Figure 7.9: The Advanced options section of the Define Rebuild Index Task screen
By default, both options are turned off. The first one is Sort results in tempdb. If you don't
choose this option then, when an index is rebuilt, all of the rebuilding activity is performed
in the database file itself. If you select the Sort results in tempdb option, then some of the
activity is still performed in the database, but some of it is also performed in tempdb. The
benefit is that this can often speed up the index rebuild process. The drawback is that it also
takes up a little more overall disk space, as space in tempdb is required, in addition to some
space in the database where the indexes are being rebuilt.
The benefit you get out of this option depends on where tempdb is located on your server.
If tempdb is located on the same drive or array as the database file that is having its
indexes rebuilt, then the benefit may be minimal, if any. However, if tempdb is located
on its own isolated drive spindles, then the benefit will be greater because there is less
disk I/O contention.
So, should you use this option? If your databases are small, you probably won't be able to
discern much performance benefit, but if you have large databases, with large tables and
indexes, and if tempdb is located on its own spindles, then turning this feature on will
probably boost index rebuild performance.
The second advanced option is one we've discussed previously: Keep index online while
reindexing. This option is only available if you have the Enterprise Edition of SQL Server. By
selecting this option, index rebuilding becomes an online, rather than offline task. If you are
using Enterprise Edition, you will probably want to select this option. I say "probably" because
there are pros and cons to performing an online index rebuild a topic that is beyond the
scope of this book.
117
118
Summary
Index fragmentation is an issue all databases experience and, if it is not removed on a regular
basis, it can lead to query performance problems. One way to remove index fragmentation
is to regularly run the Rebuild Index task, which drops and rebuilds every index in a
database. While the Rebuild Index task is very effective at what it does, it is considered an
offline activity, and it is very resource intensive. As such, using this task may not always be
appropriate for all your databases. In the next chapter, we take a look at an alternative to the
Rebuild Index task, that is, the Reorganize Index task.
119
120
121
Removing
empty space
and logical
fragmentation
Performance
impact
Does not require long
blocking locks.
An online task that allows users
to access the database during the
task.
Speed
Space
requirements
Statistics
maintenance
122
Nightly, if possible. If running both the Reorganize Index task and Update
Statistics task does not significantly affect users, I suggest you run these two tasks
daily, picking a time when running them will have the least impact.
Consider alternatives, otherwise. If running the Reorganize Index task and Update
Statistics task does affect user performance, then you may need to consider exerting
a finer-grained control over the process, using T-SQL or PowerShell scripts.
123
Figure 8.1:
The Reorganize Index Task screen is similar to the Rebuild Index Task, but it
has fewer options.
Database Selection
The options here, with the Databases, Object and Selection drop-down boxes, are the same
as those described in the equivalent section of the Rebuild Index chapter (Chapter 7), so I will
not walk through them again.
As before, my advice is that you select the same database or databases here as for every other
task that comprises the plan. There may be some special cases where you need to use one
plan for one set of databases, using the Reorganize Index task, and a different plan for other
databases, using the Rebuild Index task. However, this does begin to negate one of the big
selling points of using the Maintenance Plan Wizard: simplicity. If you need to use both the
Reorganize Index task and the Rebuild Index task on the same SQL Server instance, you
may be better off creating a manual maintenance plan using T-SQL or PowerShell.
124
As with the Rebuild Index task, you also have the ability to select an individual database,
and then narrow the scope of the task to one or more tables or indexed views. Just as I
suggested you should not use this feature with the Rebuild Index task, I make the same
recommendation here. If you are at the point where you need to pick and choose which tables
and indexed views to reorganize, then you would be better off using T-SQL or PowerShell
scripts to do this task for you, as the Maintenance Plan Wizard is very inflexible.
Figure 8.2: Generally, you will want to keep this option selected.
It is checked by default, which means that if a table on which this task runs stores LOB data
(text, ntext, or image data types), then LOB data in these tables will be treated just the same
as any other type of data, and will be reorganized.
If you deselect this option, then LOB data will not be reorganized. Generally, you will want
to keep this option selected, as reorganizing LOB data can boost the performance of your
database. Of course, if you have a lot of LOB data, then this task will take more time, which is
to be expected.
If you don't want to take this extra time, or you don't care about LOB data compaction, then
you can turn this option off. When you do, the ALTER INDEX command will change to:
ALTER INDEX index_name ON table_name REORGANIZE WITH ( LOB_
COMPACTION = OFF )
125
Summary
Like the Rebuild Index task, the Reorganize Index task works to minimize wasted space
and logical fragmentation in database indexes. This can help boost the performance of your
SQL Server. Think of it as a lightweight alternative to the Rebuild Index task, which is
best used when you don't have an available maintenance window to perform the Rebuild
Index task.
In the next chapter, we take an in-depth look at the Update Statistics task, which is a task
you will always want to run after using the Reorganize Index task.
126
127
In most cases, SQL Server does a fairly good job at keeping statistics up to date. However,
if you have just performed a database maintenance task, such as reorganizing indexes, then
you need to manually update the statistics to ensure that the optimizer has the accurate
information it needs to optimize query execution plans. Also, if your SQL Server instance is
suffering from poor or erratic performance for certain queries, then you may need to consider
manually updating statistics. This is where the Update Statistics task comes into play,
although in either case it is generally recommended that you perform these manual updates
in addition to leaving AUTO_UPDATE_STATISTICS turned on.
Manually Creating Statistics
In addition to manually updating statistics, there may also be occasions when you
need to create more detailed column statistics than are provided by AUTO_CREATE_
STATISTICS. You can do this using the CREATE STATISTICS command. This task is
not covered by the Maintenance Plan Wizard and is outside the scope of this book. More
information can be found in Books Online.
When the Update Statistics task runs using its default settings, the following T-SQL code
is executed on every table in every selected database.
UPDATE STATISTICS table_name WITH FULLSCAN
We will discuss the FULLSCAN option a little later in this chapter, but basically it means
that the optimizer will check every row of every table in order to ensure that the index and
column statistics are as accurate as possible.
128
129
Statistics sampling
If your databases are large, you may consider configuring the task to sample only a
percentage of the rows in the database, in order to reduce the burden on the server. The
downside is that this reduces the accuracy of the statistics. This is discussed in more detail
shortly, in the section on the Scan type option.
With this in mind, here is my general advice with regard to when and how often to run the
Update Statistics task.
Never, if you are running frequent (e.g. nightly) index rebuilds. The Rebuild Index task
automatically performs a full scan statistics update of all indexes and columns.
Immediately after the Index Reorganization task. So if you run the Index
Reorganize task in a nightly maintenance window, you will also run a nightly
Update Statistics task.
On days when you don't run the Rebuild Index or the Reorganize Index task. See
why below.
Here's something to consider. Let's say that your maintenance window only allows you
to perform a weekly Rebuild Index task, or a Reorganize Index task followed by an
Update Statistics task. When using this particular scheduling, you may discover that
query performance among some of your databases is uneven. In other words, sometimes a
particular query runs very fast, and other times it runs very slowly. While there are many
possible causes for this, the problem may be caused by, or exacerbated by, incomplete or
out of date statistics.
Assuming that you have determined that outdated or incomplete statistics are causing the
erratic performance behavior of some queries, one way to help prevent this problem is to run
the Update Statistics task on those nights when you are not running the Rebuild Index
task or the Reorganize Index task. Doing so can help to ensure that your databases' index
and columns statistics are up to date, helping to optimize query performance.
130
Figure 9.1: The Update Statistics Task screen has both familiar and unfamiliar
configuration options.
The first part of the Define Update Statistics Task screen looks similar to the Rebuild Index
Task and the Reorganize Index Task screens.
131
Database Selection
The options here, with the Databases, Object and Selection drop-down boxes, are the same
as those described in the equivalent section of Rebuild Index chapter (Chapter 7), so I will not
explain them again here. On the whole, I recommend you don't use the Object and Selection
options for this task. If you need this kind of granularity in your Maintenance Plan, then you
should be using T-SQL or PowerShell scripts instead.
If you are using the Reorganize Index task as part of your Maintenance Plan, then you
should select the same databases here as you selected for the Reorganize Index task. As
discussed previously, any database that is reorganized needs to have its statistics updated.
If you are creating a special Maintenance Plan that will only run the Update Statistics task
(for example, on the days that you aren't running the Reorganize Index task or the Rebuild
Index task), then you will most likely want to select all your user databases.
Once you have selected your databases, the Update and Scan type options become available,
as shown in Figure 9.2.
Lets take a look at each option in turn.
All existing statistics both column and index statistics are updated.
The default is All existing statistics and is the correct choice in almost all cases, as both types
of statistics need to be updated if you want the query optimizer to have all the data it needs to
create optimal query plans.
The only reason you might want to choose either of the other options is if you want to reduce
the amount of time this job takes to execute. However, by doing this, you increase the risk
that your query execution plans may be less than ideal.
132
Figure 9.2: The default options under "Update" and "Scan type" should stay selected.
133
Summary
In theory, index and column statistics should update themselves but, as we have seen in this
chapter, this is not always the case. For example, if we run the Reorganize Index task, we
need to manually update statistics. Or, under some circumstances, where statistics become
out of date sooner than expected, causing some queries to perform erratically, we may need
to run the Reorganize Index task more often. If you don't have a good understanding of
how statistics work, it is worth your while to learn more about them, as they play a large part
in how well your SQL Server instance performs.
In the next chapter, we learn about the Execute SQL Server Agent Job task, which allows
us to run a job from within a Maintenance Plan.
134
135
checks disk space and sends you a warning if it's getting near full
kicks off a SQL Trace script to capture trace data on a scheduled basis
checks a particular value, or values, in a DMV that you are interested in monitoring, and
sends you an alert if the value(s) exceeds a predefined threshold
starts a job that copies local MDF and LDF backups from off the local SQL Server instance
to another server location (preferably offsite).
As discussed in the introduction, if you find yourself wanting to add multiple SQL Server
Agent jobs to the plans you're creating using the Wizard, you're probably better off avoiding
the Wizard in the first place, and using T-SQL or PowerShell scripting.
When the Execute SQL Server Agent Job task runs, T-SQL similar to the following
is executed.
EXEC msdb.dbo.sp_start_job @job_id=N'cb73ea96-9a96-49fe-ada9a70a941f9fb9'
Notice that this is the execution of a system-stored procedure, which is instructed to run a
job with a specified internal number. The number is not very useful to us, but if you want to
look it up, in order to find out exactly what job was run (assuming you don't know), you could
run the following SELECT statement:
SELECT * FROM msdb.dbo.sysjobs_view
This query will display all job IDs, along with their job names, so you can easily identify which
job ID matches which job name.
When an Execute SQL Server Agent Job task runs, it produces a text report similar to
the following:
Microsoft(R) Server Maintenance Utility (Unicode) Version
10.0.2531
Report was generated on "HAWAII."
Maintenance Plan: MaintenancePlan
Duration: 00:00:00
Status: Succeeded.
Details:
Execute SQL Server Agent Job (HAWAII)
Execute Job on Local server connection
Job name: Send Alert If Disk Space Exceeds 80% of Capacity
Task start: 2009-07-30T16:06:17.
Task end: 2009-07-30T16:06:17.
136
137
138
Figure 10.1: You can only select one SQL Server Agent job to execute as part of a
Maintenance Plan.
139
Summary
In theory, the Execute SQL Server Agent Job task is designed to add a little bit of flexibility
to Maintenance Plans created using the Maintenance Plan Wizard. As long as you keep any
Execute SQL Server Agent Job task simple and lightweight, you shouldn't run into any
problems. On the other hand, it is important not to misuse this feature, and try to make it
perform tasks it is not really designed to do. If you need database maintenance functionality
that does not exist inside the Wizard, then take my advice (which by now may seem to be
a little repetitive), and consider performing your database maintenance using T-SQL or
PowerShell scripts instead.
In the next chapter, we learn about the History Cleanup task, which performs an important
function many DBAs forget they need to carry out.
140
141
142
I don't know of any good reason not to regularly delete each of these types of historical data,
so I recommend keeping all three options selected.
Next, you just need to specify an age beyond which historical data will be removed by this
task. The default is to remove data that is more than four weeks old, and this is suitable for
most systems.
If you want to keep the data around longer, that's fine, but I wouldn't keep it more than three
months, as the older data doesn't serve any practical purpose.
143
Figure 11.1: Completing the Define History Cleanup Task screen is fast and easy.
144
Summary
While the History Cleanup task might seem trivial in the larger scope of database
maintenance, it still is important. For example, if you have a busy server, with lots of jobs
running on it every day, the msdb database grows in size due to all the historical data it is
storing, often leading to performance problems when SSMS accesses it. While this won't
prevent you from doing your work, it can slow it down. And since most of the historical data
is of no value, it might as well be cleaned out, helping msdb and SSMS to run more efficiently.
In the next three chapters, we learn about the three backup-related tasks available from the
Maintenance Plan Wizard.
145
Full backup backs up all the data in the database. This is essentially making a copy of
the MDF file(s) for a given database.
Differential backups a backup of any data that has changed since the last full backup.
In other words, a differential backup makes a copy of any data in the MDF file(s) that has
changed since the last full backup.
146
Transaction log backups a backup of the transaction log (LDF) file, which stores a
history of the actions performed on the data since the last log backup (or database
checkpoint if working in simple recovery mode). When a log backup is made, the live
transaction log generally gets truncated to remove the backed up entries.
During both full and differential backups, enough of the transaction log is backed up to
enable recovery of the backed up data, and reproduce any changes made while the backup
was in progress. However, neither full nor differential backups truncate the transaction log.
All backups occur within the context of the recovery model of the database. The recovery
model essentially dictates how the transaction log for that database is managed. The two
main recovery models are described below (there is also a third model, bulk logged which, for
the purpose of this discussion, we'll ignore but which is often used for bulk data operations).
Full Recovery the transaction log is not automatically truncated during periodic
checkpoints and so can be backed up and used to recover data.
The backup strategy for a database in simple recovery mode relies entirely on full and
differential backups. For example, you may take full backups of your simple recovery
database every day or, for larger databases, you may opt to perform weekly full backups, and
daily differential backups. An advantage of simple recovery mode is that you do not have to
manage the transaction log and so the backup process is much simpler. On the down side,
you are exposed to potential data loss to the extent of your last backup. In this example, that
would be the potential loss of one day's data. The simple recovery model tends to be used for
databases that are not "mission critical."
2. In full (or bulk logged) recovery mode the transaction log is only truncated by a log
backup. Truncation will take place as soon as the log backup is complete, assuming
a checkpoint has occurred since the last log backup, and that there are not other
factors preventing log truncation, such as a long-running transaction.
147
Truncating the log removes the backed up entries from the log, freeing up space to
be reused. It does not physically shrink the log file.
As noted at the start of this chapter, the reason to back up a database is in order to be able to
restore it and recover the data it contains, in the event of a disaster. The type and frequency
of backups that are suitable for each of your databases will be driven by business decisions
that are made regarding the organization's tolerance to the potential loss of data from each
database in question.
A full discussion of backup planning and strategy is outside the scope of this book, and will
include consideration of type and frequency of backups as well as where they are stored,
how they are tested, security, and so on. In fact, it's the topic for a short book in its own. A
good place to start is the Introduction to Backup and Restore Strategies in SQL Server paper on
MSDN, but there are many other resources available. However, hopefully this primer has
provided enough background to work through this and the two subsequent chapters.
Suffice it to say, before we move on, that just because you have obtained a full database
backup, does not necessarily mean that you can restore it. The only way to ensure that your
backups are sound, and the data they contain recoverable, is to test them!
148
149
STATS =
Since, in this example, I was only backing up the AdventureWorks database, this is the only
database I see in this report. If I backed up other databases, then you would see a separate
BACKUP DATABASE command for every database backed up by this task.
Append existing
You might notice the phrase "Append existing" in the previous report. Ignore it, as it is
only relevant if you back up to a backup device or stripped set, which is something I will
discuss a little later, and which I recommend you generally avoid.
150
151
Figure 12.1: This is the most complex screen of the Maintenance Plan Wizard we have
seen so far.
152
Figure 12.2: The two options under "Backup component" will only be available if you
select a single database.
Now, under Backup component, you'll see that Database is available and selected, but Files
and filegroups is grayed out, as shown in Figure 12.3. This means that the whole database
will be backed up. If we had not selected a single database, then both Database and Files and
filegroups would still be grayed out. This is because these two options only work if a single
database has been selected.
Figure 12.3: You have two choices, either to perform a full backup or, if a database has
multiple files or file groups, to back up only a portion of the database.
153
Figure 12.4: When you choose two or more databases to back up, the two "Backup
component" options will not be available.
The next available option on the screen is Backup set will expire. It is not selected by default,
and the two options below it are grayed out, as shown in Figure 12.5.
Figure 12.5: Assuming you create backups sets, you can choose when they expire.
154
155
Figure 12.7: Generally, the second option, selected by default, is the choice to make.
A striped backup can, under certain conditions, speed up the backup process. However, like
backup devices, this option is not used very often, because there are many better ways to
boost backup performance that are faster, save disk space, and are easier to administer. This
better way, backup compression, we will discuss a little more in the pages ahead.
As you have probably already guessed, I recommend that you don't use this option in your
Maintenance Plan. If, for some reason, you do need it, you may be better off using T-SQL or
PowerShell scripts instead, as trying to use this option via the Maintenance Plan Wizard is
tedious and not very flexible.
156
Folder
This defines the parent folder that will used to store all database backup files arising from
execution of this task. The choice of folder is a very important decision, and you should not
automatically select the default folder to store your backups.
Ideally, you will have a destination designated specifically for storing backups, on a locally
attached drive, SAN, or NAS device. Your backups should not be stored on the same drive
locations as your "live" MDF and LDF files, otherwise you might experience I/O contention,
when backups are made, that could affect the performance of your servers. Use the browse
button to select the backup location.
157
Figure 12.8: I strongly suggest that you always select this option.
When this option is selected, the RESTORE VERIFYONLY command will be run against the
completed backup. This command performs multiple checks on the backup to test that the
backup is complete and readable. While the command does not verify the structure of the
data in the backup (that is what the Check Database Integrity task is for, see Chapter 5), it
does a very good verification of the backup and, if it passes the verification, you can be fairly
certain the backup is a good one.
Next on the screen is the option Back up the tail of the log, and leave the database in the
restore state, which is grayed out. This is normal, as this is a generic screen (and code) that
is used in other parts of Management Studio, and it is not applicable to the creation of a
Maintenance Plan.
158
159
Figure 12.10: The above schedule performs a full backup every day.
Why select 5 a.m. to perform the full backups? This brings us to a particularly dicey issue.
Before I begin, I first want to repeat something I have said many times already in this book:
the purpose of using the Maintenance Plan Wizard is to keep database maintenance as simple
as possible. With this philosophy in mind, I choose 5 a.m. because it falls after the completion
of the last weekly job that is performed on Sunday.
Unfortunately, neither the Maintenance Plan Wizard nor SSMS gives us an easy way to see
our entire job schedule in a single view. This means that you have to take extra care, when
scheduling daily jobs, to make sure they don't interfere with weekly jobs.
One of the last tasks we scheduled to run in the weekly maintenance window, on Sunday, was
the Rebuild Index task, or the Reorganize Index task plus the Update Statistics task.
Whichever option is chosen to remove index fragmentation, we need to wait until that task
is complete before we schedule the daily Backup Database (Full) task, in order to prevent
the jobs from overlapping. By scheduling a full database backup time of 5 a.m. we are making
the assumption that our index defragmentation job will have been completed by then, and
160
Summary
Of all the maintenance tasks you perform, the most critical one is the Backup Database
(Full)task. Performing regular full backups is the only way you can guarantee that your data
is protected should the original database become unavailable. On the other hand, the Backup
Database (Full)task is not the only backup task you need to perform regularly. In the next
two chapters, we will take a look at two other backup-related tasks.
161
162
163
164
Figure 13.1: Creating and scheduling a differential backup task is virtually identical to
taking a full backup.
165
166
Summary
The Maintenance Plan Wizard allows us to create differential backups, but using the Backup
Database (Differential) task, via the Wizard, is not an easy proposition. My first choice
is to avoid differential backups, and to keep my Maintenance Plans as simple as possible. On
the other hand, if you need to create differential backups, then I recommend the use of the
Maintenance Plan Designer, or the use of T-SQL or PowerShell scripts.
167
168
169
170
171
172
Under Backup to you will want to choose disk, and under Create a backup file for every
database you should specify the same settings as you did for your full backups. This way, your
full backups and log backups will be stored in the same location. In addition, leave the backup
file extension to TRN, which is the default extension used for transaction log backups, and
select Verify backup integrity, just as you should with all backups. If you have the Enterprise
Edition of SQL Server, set the backup compression settings to the same as you did for your
full backups.
173
Summary
We have learned that the Back Up Database (Transaction Log) task is the second most
important maintenance task that can be performed with the Maintenance Wizard, as it
minimizes an organization's exposure to data loss, and truncates older data from a database's
transaction log, which keeps your transaction log file to a reasonable size.
We are now done discussing the three backup maintenance tasks, and next, we will learn how
to run the Maintenance Cleanup task, which can be used to help us remove old backup files.
174
175
Create two additional Maintenance Plans using the Maintenance Plan Wizard, with
one plan used exclusively for deleting older BAK files, and another plan used exclusively
for deleting older TRN files. This requires you to create two additional Maintenance
Plans, but it works well, especially if you are not familiar with T-SQL.
Use the Maintenance Plan Designer to devise a single Maintenance Plan that will
remove all three types of older files in one go. I explain how to do this, starting in
Chapter 16.
Script a job to delete the older BAK and TRN files, using some other tool, such as T-SQL,
PowerShell, Command Prompt commands (like delete), or third-party programs that
can be used to manage files on a file system. How to do this is beyond the scope of this
book, but there are a lot of alternative ways of automatically deleting files from disk.
When you run the Maintenance Cleanup task, using its default settings, to delete
Maintenance Plan report text files, it executes the following T-SQL code:
EXECUTE master.dbo.xp_delete_file 1,N'C:\Program Files\Microsoft
SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log',N'txt',N'2009-0723T12:55:05'
176
177
178
Figure 15.1: You can only delete one type of file at a time using the Maintenance
Cleanup Task.
179
Backup files: This choice has a very deceptive name. It gives the impression that, if you
select this option, you can delete both BAK and TRN files at the same time. Or at least,
that is the impression I get from it. But this is not the case. What it really means is that,
if you select this option, you can delete either BAK or TRN files, but not both. More on this
in a moment.
Maintenance Plan text reports: This option is more straightforward. If you select it,
then you can delete Maintenance Plan text reports.
If this option were better designed, it would allow us to choose multiple options here,
specifying either BAK files, TRN files, or TXT files in a single step but, unfortunately, that is not
the way it is designed.
180
Figure 15.3: It would be very rare to only want to delete a single file.
The second option is to Search folder and delete files based on an extension. This is the
default option, and the one you will use virtually all the time. It allows you to delete BAK, TRN,
or TXT files based on the filename extension. This works well, because BAK, TRN, and TXT files
almost always have unique names assigned to them, and using an extension is the easiest way
to delete a lot of files in a single step.
When you choose this option, you also must provide two additional pieces of information.
You must specify the folder where the files to be deleted are stored (you can use the browse
button for this) and you must enter the file extension. If you chose Backup files earlier, the
default value here is BAK. If you want to delete TRN files instead, then you will have to type
in TRN manually. If you selected Maintenance Plan text reports earlier, the default value will
be TXT.
You may also notice the option Include first-level subfolders. If you choose this option, not
only will the extension type you entered here be deleted in the root folder specified by Folder,
but so will any similar files in the first-level subfolders under this folder. This can be useful if
you decide to use the Create a sub-directory for each database option when configuring the
Database Backup tasks (see Chapter 12).
181
182
Summary
The Maintenance Cleanup task, while not very exciting, is nevertheless an important task,
as you need to remove old backups and report text files, otherwise they clutter up your server
and could lead to you running out of disk space. Unfortunately, this task is not well designed,
and either requires you to create three separate Maintenance Plans to delete all three file
types, or to use the Maintenance Plan Wizard, or other scripting options, to remove them.
We have now covered all the maintenance tasks available from the Maintenance Plan Wizard.
In the next chapter, we will start to learn how to use the Maintenance Plan Designer.
183
184
Create custom workflows and task hierarchies for example, the Designer allows
you to:
design and create multiple subplans. In the Wizard, each task was automatically
assigned to its own subplan, under the covers. The DBA had no control over this.
In the Designer, you can design your own subplans, each of which can include
various collections of tasks that run on similar schedules.
Scheduling is done at the subplan level, not at the task level when you added a task to a
Maintenance Plan using the Maintenance Plan Wizard, you assigned a separate schedule
to each task. Scheduling using the Designer is based on subplans, not tasks. The main
difference is that a subplan can include two or more tasks and, because a schedule is
assigned to a subplan and not a task, this means that a group of tasks may execute as a
single entity. More on this later.
Execute a given task more than once within a single plan the Designer allows you to
execute several different tasks of the same kind, as part of the same Maintenance Plan.
The Maintenance Plan Wizard only allows a maintenance task to be included once in a
Maintenance Plan.
185
Execute T-SQL Statement task allows you to run any custom T-SQL code as part
of your Maintenance Plan.
Notify Operator task makes it easy for you to create a Maintenance Plan that
will notify you if any problem occurs when a Maintenance Plan executes.
We will see examples of all of these features over the coming chapters. However, let's learn to
walk before we run, and take a look at how to start up the Designer, then get a high-level feel
for its GUI and the features that it provides.
186
Figure 16.1: The New Maintenance Plan option opens the Maintenance Plan Designer.
Having started the designer, the first job is to assign a name to your new Maintenance Plan,
using the dialog box shown in Figure 16.2.
Figure 16.2: You must assign your new Maintenance Plan a name.
Pick a descriptive name that will help you and others to remember and understand the
purpose of this plan. Once you've clicked OK, the Maintenance Plan Designer starts up
within SSMS and you are ready to go.
187
Figure 16.3: The Maintenance Plan screen is the GUI-based interface you use to create
custom Database Maintenance Plans.
Before we drill into the specifics of using this tool, let's take a broad look at each major
section of this screen.
188
Object Explorer
At the top left-hand side of the screen is the SSMS Object Explorer which, of course, is
familiar to all users of SSMS. Other than being the point from which you can start the
Designer, it plays no direct part in the creation of a new Maintenance Plan. The only other
reason you might use the SSMS Object Explorer is to open an existing Maintenance Plan
while creating a new one. To refer back to an existing plan, you can simply double-click on
that plan's icon in Object Explorer and it will open up in Designer. The Maintenance Plan
that you are working on will not close, but will be hidden beneath the one that just opened,
and is accessible from a tab at the top of the window. In this way, you can have several
Maintenance Plans open at the same time. To return to the original plan, simply select the
appropriate tab.
While you will probably not be doing this often, it does allow you to check what you have
done in a previous Maintenance Plan without having to close the Maintenance Plan that you
are currently working on.
189
Figure 16.4: Focusing on the Maintenance Plan Tasks section of the Toolbox.
190
Figure 16.5: The right-hand side of the screen is dominated by the design surface
(highlighted in red) where you visually create Maintenance Plans using the
Maintenance Plan Designer.
Starting at the top of Figure 16.5, we see the Designer menu bar (covered later), and then a
name textbox that is automatically filled in with the name you gave to the plan. Below that
is a textbox where you can, optionally, enter a description of the plan, which I recommend
you do. Below that is a grid describing the various subplans that comprise your Maintenance
Plan. We'll take we brief look at this now, but will discuss subplans in a lot more detail in
Chapter 18.
191
Subplans
The grid just above the design surface lists the subplans that comprise your Maintenance
Plan, and allows you to set a schedule for each of them, as shown in Figure 16.6. This is
different from how scheduling was done using the Database Maintenance Wizard. In the
Wizard, each task had its own schedule. Using the Designer, scheduling is done by the
subplan, and a subplan can contain one or more tasks.
Figure 16.6: Subplans are created and managed here. Each subplan represents a collection
of maintenance tasks that run on the same time schedule.
We will cover the topic of subplans in much more detail in Chapter 18 but, for the time being,
you just need to know that a single Maintenance Plan can be made up of several subplans.
Each subplan is made up of one or more maintenance tasks, and each subplan can be assigned
its own time schedule. In other words, you can schedule the set of tasks defined by one
subplan to run on a different schedule from the set of tasks in another subplan.
Certain tasks fit naturally onto the same subplan, whereas other tasks gravitate towards
separate plans, as they tend to run on very different schedules. For example, the Reorganize
Index and Update Statistics tasks would likely belong to the same subplan, occurring
one after the other, whereas the task to perform daily full database backups would be on a
separate subplan from the task to perform hourly transaction log backups.
When you first create a Maintenance Plan using the Maintenance Plan Designer, a default
subplan, named Subplan_1 is created, which is not scheduled. In order to schedule a subplan,
simply click on the Subplan Schedule button on the right-hand side of the grid, to bring
up the Job Schedule Properties screen. To the right of the Subplan Schedule button is
the Remove Schedule icon (more on both these options a little later, when we discuss the
Designer Menu bar, where they are also available).
192
193
Figure 16.8: Subplan_1 has the Check Database Integrity task associated with its
design surface.
Notice that Subplan_1 is highlighted and the design surface below it includes the Check
Database Integrity task. If we were to schedule this subplan, then the Check Database
Integrity task would run on this schedule.
Next, repeat the process for the second subplan and the Reorganize Index task, as shown in
Figure 16.9.
Figure 16.9: Subplan_2 has the Reorganize Index task associated with its design surface.
194
In case you start experimenting with the Designer before reading the rest of this book
be aware that when you add tasks to the same subplan, you should manually configure
the precedence between tasks. If you don't, then all the tasks on the same subplan will try
to execute at the same time, which, as you might imagine, can cause a lot of problems.
195
Figure 16.10: A lot of functionality is hidden in this small section of the screen.
This menu bar holds a surprising number of options, so let's explore each of the eight icons
in turn. The first five options allow you to create (and remove) subplans and their schedules.
The next two options pertain to the Maintenance Plan as a whole and allow you to configure
the connections used by the plan, and the reports that are sent when the plan executes. The
final option allows you to configure multiserver Maintenance Plans (an option I advise you
to avoid).
Add Subplan
We've already used this icon in order to add a new subplan to a Maintenance Plan. When you
click on the Add Subplan icon, the Subplan Properties screen appears where you can name,
describe and schedule your new subplan, as shown in Figure 16.11.
Subplan Properties
When you click on this icon, you get the exact same screen shown in Figure 16.11. Why, you
may ask? Basically, you define these properties for new plans using the Add Subplan icon,
and use this Subplan properties icon to change the properties of existing subplans and
their schedules.
196
Subplan Schedule
The Subplan Schedule icon looks like a calendar and is used to schedule a subplan. When
you click on it, you are presented with the Job Schedule Properties screen that we have seen
many times before in previous chapters, as shown in Figure 16.12.
Schedule a subplan (which may include one or more tasks) by highlighting it in the list, and
clicking on this icon, or by clicking the equivalent icon in the subplan grid (Figure 16.7).
197
Figure 16.12: We saw this same screen when we learned about scheduling using the
Maintenance Plan Wizard.
Remove Schedule
The Remove Schedule icon looks like a calendar that has been crossed out, and is used to
delete the schedule for an existing subplan. Simply highlight any plan that has a schedule, and
click the icon to remove the existing schedule for the selected subplan. Until you've created a
schedule for at least one of your subplans, this option will be grayed out.
Manage Connections
When you create a Maintenance Plan using the Maintenance Plan Designer, the default
assumption is that you want to create the Maintenance Plan on the local SQL Server (the
SQL Server instance you are connected to via SSMS). In virtually every case, this is the correct
198
Figure 16.13: The Maintenance Plan Designer assumes that you want to create
your Maintenance Plan on the SQL Server instance you selected from
within SSMS.
On the Manage Connections screen, you see the connection information for the SQL Server
instance you selected when you used SSMS to start the Maintenance Plan Designer. Should
you want to change to a different SQL Server instance, or to change the authentication
method, you could do so using the Add and Edit buttons. However, I suggest you keep
everything simple and use the default, which is to connect to the local SQL Server instance. If
you need the ability to connect to a different instance in order to create a Maintenance Plan
there, it is better to do this using SSMS.
199
Figure 16.14: Use this option to configure the Maintenance Plan text file reports.
The first option is to Generate a text file report. It is selected by default and I strongly
recommend that you leave it selected, as these reports are invaluable when troubleshooting a
misbehaving Maintenance Plan. Notice that one report will be created for every subplan that
is executed. So if a Maintenance Plan has four subplans, you'll get four reports each time that
Maintenance Plan executes. This is different from how the Wizard worked, where one report
was sent per Maintenance Plan.
200
Create a new file. This is the default option and is identical to the option provided
when configuring text file reports using the Maintenance Plan Wizard, where a new file
is created each time a report is created. A default storage location for the report files is
also provided.
Append to file. This option forces all text file reports to be written to a single physical
file. Obviously, this file will grow in size each time a Maintenance Plan job runs.
I suggest you stick to the default options, as separate files for each text file report makes it
easier to find them, and the default location for the files is where DBAs always look to find
them. If you change the location, then it will make it harder for other DBAs, not familiar with
your configuration, to find these reports.
If you decide to ignore my advice, and select the single file option, then you'll also need to
specify the path and the name of the file to which you want all text reports to be appended.
Be warned though that it will make it much more difficult to find specific Maintenance Plan
text file reports when they are all lumped together into a single file!
Immediately below the text file configuration options, in grayed out type, is the Send report
to an e-mail recipient option. It is very similar to the option available from the Maintenance
Plan Wizard option that sends an e-mail to an operator when a Maintenance Plan job
completes. However, there is one important difference: you can't use it. Likewise, the next
option on the screen, Agent operator, is grayed out and can't be used.
So how come you can set this option using the Maintenance Plan Wizard, but not with the
Maintenance Plan Designer? It's not a mistake; this is intentional. The Maintenance Plan
Designer has a special maintenance task called the Notify Operator, which is a much more
powerful way of notifying DBAs if something goes wrong with a Maintenance Plan. We will
discuss this task in Chapter 17.
So, if the Notify Operator task is used to send e-mail notifications, why is this option even
available on this screen? Again, there is a valid reason. If you create a Maintenance Plan from
scratch using the Designer then, yes, you must use the Notify Operator task for e-mail
reports. However, say you created a plan through the Wizard, specifying that you want
e-mails sent to a specific DBA, and then later needed to change this so that the mail was sent
to a different DBA? In that case, if you opened the wizard-created plan in the Designer, you'd
find that this Send report to an e-mail recipient option would be available and you could
change the Agent who was to receive the e-mails.
Finally, on the Reporting and Logging screen, are the two Logging options, both exclusive
to the Designer and unavailable in the Wizard.
201
Summary
Finally, we have covered the basics of how to use the Maintenance Plan Designer screen.
Now it's time to begin learning how to configure individual maintenance tasks within
the Designer.
202
203
Figure 17.1: Maintenance Plan Tasks appear as rectangles on the design surface.
As mentioned in the previous chapter, the cross on the red background indicates that the task
is not yet configured. To manually configure this and any other task in the Designer, rightclick on it and select Edit, or double-click on the task, to bring up the task's configuration
screen, shown in Figure 17.2.
204
Figure 17.2: The configuration options screen for the Check Database Integrity Task.
The configuration screen for the Check Database Integrity task is similar, although not
identical, to the one we saw in Chapter 5. The first thing you will notice is the Connection
drop-down box, which is currently displaying Local server connection. Referring back to
the Manage Connections option in the Designer menu bar, you'll recall that, by default,
you'll create the Maintenance Plan on the local SQL Server (the SQL Server instance you are
connected to via SSMS). Clicking on the New button takes you to the screen where you can
define a new custom connection (the same screen can be reached via Manage Connections).
Unless you've previously created a custom connection, Local server connection will be the
only available choice in the drop-down box, and is the one I recommend you stick to. I don't
recommend using custom connections because they add complexity to your Maintenance
Plans. If you need this capability, then you should probably be using custom T-SQL or
PowerShell scripts instead.
Next on the screen is the Database(s) drop-down box. Clicking on <Select one or more>
brings up the database selection screen shown in Figure 17.3 and with which we are by now
very familiar.
205
Figure 17.3: We have seen this database selection screen many times before.
For the purposes of this demo, select the AdventureWorks database, and then click on OK.
The Check Database Integrity Task screen should now look as shown in Figure 17.4.
Figure 17.4: A specific database, AdventureWorks, has been selected, although we can't see
the database name from this screen.
Now that a database selection has been made, the Include indexes option is available, which
is checked by default, and means that both tables and indexes will be included in the check.
As discussed in Chapter 5, this makes the task a little more resource-intensive but, in most
cases, I recommend you leave it checked.
206
Figure 17.5: The Maintenance Plan Wizard allows you to view the T-SQL that will be run
for each maintenance task.
If you're unfamiliar with T-SQL then this screen isn't much use to you, but most DBAs like
to understand what T-SQL will be executed when they run a given task. Notice, however,
the warning under the T-SQL code, indicating that the T-SQL you see may not be the exact
T-SQL that is actually executed, due to the potential inclusion of further conditional logic
that could alter the T-SQL that is executed, or mean that it is not executed at all. We'll cover
this in more detail in Chapter 18, but suffice to say that the only way to really know what
T-SQL was run for a particular task is to check the text file report that is created after a
Maintenance Plan executes (see Chapter 3).
When you return to the design surface, you'll see that the Check Database Integrity task
looks slightly different, as shown in Figure 17.6.
207
Figure 17.8: The options for the Rebuild Index Task for the Maintenance Plan Designer
and the Maintenance Plan Wizard are identical.
208
209
210
211
Figure 17.13: The Execute SQL Server Agent Job Task on the design surface.
Double-click on the task box to bring up the configuration screen, shown in Figure 17.14.
Figure 17.14: The Execute SQL Server Agent Job Task configuration screen. Your screen
will look very different because your SQL Server instance will have different
jobs than my SQL Server instance. Above, one job has been selected to run.
Yet again, these options are identical to those shown and described in the Configuring the
Execute SQL Server Agent Job Task section of Chapter 10, and so will not be covered again here.
212
213
Figure 17.18: Multiple instances of Maintenance Cleanup Task on the design surface. While
it may look like the green arrow is connecting the first two boxes, it is not.
214
215
216
Back Up Database (Full) a backup of all the data in a given database (see Chapter 12)
Back Up Database (Differential) a backup of any data that has changed since the
last full backup (see Chapter 13)
You won't find any of these three options in the Maintenance Plan Tasks Toolbox. Instead,
you will find a single backup task, Back Up Database, which you can use to perform full,
differential, and transaction log backups. Figure 17.21 shows the task box for the Backup
Database task, as dropped onto a design surface.
Figure 17.21: The Back Up Database Task handles full, differential, and transaction
log backups.
The Back Up Database task configuration screen is shown in Figure 17.22.
217
Figure 17.22: While we have seen this screen from the Maintenance Plan Wizard, one thing
that is different is that now you can select a "Backup type" an option not
available from the Wizard.
This screen is identical to the backup screen found in the Maintenance Plan Wizard, with
one exception: the Backup type option is now available (it was grayed out in the Wizard), as
shown in Figure 17.23.
Figure 17.23: The Back Up Database Task offers the option for full, differential, and
transaction log backups.
218
With the ability to execute virtually any T-SQL from within a Maintenance Plan comes a
great deal of flexibility. However, in order to exploit this task sensibly, you'll need to ensure
firstly, that the custom T-SQL performs a useful task that makes sense in the context of the
overall Maintenance Plan and secondly, that the T-SQL code itself is crafted correctly.
219
Figure 17.24: The Execute T-SQL Statement Task is very powerful, but it can also
be overkill.
Configuring the task is easy; just add the required T-SQL code to the T-SQL statement box
provided on the task configuration screen, shown in Figure 17.25.
Figure 17.25: You can enter most any T-SQL command you want using the Execute T-SQL
Statement task.
Of course, you will first want to create and test the T-SQL using SSMS, before including it in
this maintenance task.
220
221
Figure 17.26: This screen, from the Maintenance Plan Wizard, is the only way that it can
communicate with an operator.
While this is a great Wizard feature, it is also lacking in several important ways. First, it works
at the plan level, so an e-mail is sent to the operator each time the plan is run. This contains
details of all the tasks that were run as part of that plan. Just because an operator receives
this e-mail doesn't mean that every step of the Maintenance Plan succeeded. If part of a
Maintenance Plan were to fail, it's possible that the report will still be sent (assuming there
is no major failure that prevents this), and the details of the failed step will be buried in the
body of the report. In other words, you have to actually read the report text file to find out
that something failed. Ask yourself: do I really want to read every e-mail sent to me by the
Maintenance Plan Wizard to see if all the maintenance tasks inside it succeeded? The answer
is probably "No."
Via precedence links, with the Notify Operator task in the Designer (more on this very
shortly) you can associate the Notify Operator task with specific maintenance tasks in
the Maintenance Plan, and so send e-mail reports to the designated operator on a task-bytask basis. Furthermore, you can specify more than one operator (without the use of e-mail
groups). This adds a whole new level of flexibility and convenience. For example, let's say you
have a Maintenance Plan that performs hourly transaction log backups. With the Wizard the
poor, put-upon operator would receive an e-mail report every hour, which he or she would
have to open and read to ensure the task completed successfully. With the Designer, you can
configure the Notify Operator task to specify that the operator only receives an e-mail if
the backup task fails, thus restricting e-mails to those occasions that require investigation
and action.
222
Furthermore, you can send the reports to multiple operators. By sending e-mails to individual
operators (rather than to an e-mail group) you can exploit the fact that each operator can be
configured to include their duty schedule. For example, operator A can receive and respond to
failure reports when he or she is on duty, operator B when he or she is on duty, and so on.
Now that you understand the potential of this task, let's take a closer look at it. When you
first drag and drop it onto the design surface, it looks as shown in Figure 17.27.
223
Figure 17.28: You can create custom e-mail messages to be sent to any selected
operator based on the success, failure, or completion of any task within a
Maintenance Plan.
On this screen you can create custom e-mail messages to send to the designated operators,
by specifying the e-mail's subject and body text. So, for example, let's say you want to create a
Notify Operator task that sends you an e-mail message if a full backup fails. In this case, you
include text in the Notification message subject textbox and in the Notification message
body textbox, which makes it abundantly clear that it's a message about a failed backup. This
way, when you do get e-mail messages, you will know exactly why you received the message.
The hard part is coming up with well-designed error messages for each separate task that can
potentially fail. In the next chapter, we will see an example of how to create your own custom
e-mail notifications.
Don't confuse the Notify Operator task with standard reporting and logging options
The Notify Operator task only sends e-mail messages that you have created. It does
not send text file reports. If you remember from the Reporting and Logging section in
Chapter 16, text file reports are set up using the Reporting and Logging button at the
top right-hand side of the Designer. In most cases, you will probably want to have the
Notify Operator task send you e-mails about failed tasks and, in addition, you will
want to have text file reports written to disk, just in case you need to follow up when
troubleshooting failed tasks.
224
Summary
As this point, you know the fundamentals of how to use the Maintenance Plan Designer and
how to configure individual maintenance tasks. Now, you may be thinking, how do I make
this all fit into a larger Maintenance Plan that includes many different tasks?
Before we can get there, there are two very important features that have been mentioned
several times but need to be explained in full detail: subplans and precedence. The next
chapter is dedicated to these topics. After that, in the final chapter, we will be ready to tie all
this knowledge together and use it to create a full Maintenance Plan, from beginning to end,
using the Designer.
225
Subplans
When you create a Maintenance Plan using the Maintenance Plan Designer, you can either
lump all the Maintenance Plan tasks into a single subplan that runs according to a single,
specific, schedule, or you can spread your Maintenance Plan tasks over one or more subplans,
each with its own schedule. Let's look at the pros and cons of each option.
226
227
tasks that are not schedule-dependent, but are precedence-dependent, should be on the
same subplan
Using Subplans
In order to demonstrate how to use subplans, and to set their schedules, let's look at a simple
example. Let's assume that we want to create a Maintenance Plan that does a full backup
once a day and a transaction log backup once an hour, and that we want to put each in its
own subplan.
Let's start the Maintenance Plan Designer afresh so that we have only the default subplan and
no tasks currently added to its design surface, as shown in Figure 18.1.
228
Figure 18.2: The Backup Database Task has been added to Subplan_1, and configured.
The next step is to create the schedule for this subplan by clicking on the calendar icon for
Subplan_1. The Job Schedule Properties screen appears, as shown in Figure 18.3.
229
Figure 18.3: This is the Job Schedule Properties screen we have seen many times before.
In Figure 18.3, I have scheduled Subplan_1, containing the full backup task, to occur once a
day at 1 a.m. Once the schedule has been set, click OK to continue, and you will be returned
to the Designer, where you will see that the schedule has now been set for Subplan_1, as
shown in Figure 18.4.
230
Figure 18.5: The Subplan Properties screen can use all default values, if you wish.
Here, you can enter your own custom name for the subplan, a useful description, and even
add the schedule. However, let's keep things simple and simply accept the default values and
click OK. The Maintenance Plan Designer screen should now list the newly-created subplan,
with its default name of Subplan_2, as shown in Figure 18.6.
231
Figure 18.6: Two subplans are now part of this Maintenance Plan.
Click on Subplan_2 to bring that subplan's design surface into focus, drag and drop another
Back Up Database task onto it, and then configure it to perform transaction log backups.
When done, the screen should look as shown in Figure 18.7.
Figure 18.7: The Backup Database Task has been added to Subplan_2 and configured.
232
233
The easiest way to understand how precedence works is to see it in action in a simple, but
realistic example. Let's say that we have a simple Maintenance Plan that consists of the
following three tasks:
Back Up Database
Maintenance Cleanup
Notify Operator.
The Backup Database task should occur first, and will perform a full backup of the specified
database (AdventureWorks in this example). This is the precedent task and what happens
subsequent to the execution of this task will depend on its outcome. If the Backup Database
task succeeds, the Maintenance Cleanup task should immediately execute, our goal being
to preserve only the two most recent backup files on the local SQL Server, and delete any
older backup (BAK) files. If the Backup Database task should fail, we do not want to execute
the Maintenance Cleanup task because it may well be that we need the older backup files
to be easily accessible, if the reason the backup failed was because the database had become
corrupted and a good backup of it could not be made. It's always wise not to remove old
backups from the local server until you're sure that more recent backups are "sound."
In addition, should the full backup fail, we want an e-mail to be sent to an operator so
that a DBA can quickly check out what the problem is, and fix it. In other words, if the
Backup Database task fails, we want the next action to be the execution of the Notify
Operator task.
As discussed earlier, if you want to establish precedence between a given set of tasks, then
each of the tasks must be part of the same subplan and design surface. To start this example,
let's drag and drop these three Maintenance Plan tasks onto the default subplan, as shown in
Figure 18.9.
234
Figure 18.9: Three Maintenance Plan Tasks have been dropped onto a design surface.
Before establishing the precedence of these tasks, the first step is to configure each one
appropriately, depending on your needs. I won't cover all the options again for each
individual task, so just configure each one as appropriate to our example, so that you have
three configured tasks sitting on the surface, not as yet related to each other in any way.
Now it's time to establish a conditional relationship between them in order to achieve the
stated goals of our example. Let's tackle it one step at a time. The Back Up Database task
needs to run first followed by one of the two dependent tasks. Assuming that the Back Up
Database task succeeds, then we want the Maintenance Cleanup task to run. In other
words, we need to establish the precedence that the Back Up Database task runs first, and
that the Maintenance Cleanup task runs second, assuming that the Backup Database task
was successful. In order to do this, click on the Backup Database task so that it has focus and
then drag and drop the green arrow from that task directly onto the Maintenance Cleanup
task. The screen should now look as shown in Figure 18.10.
235
Figure 18.10: Notice that the green arrow starts at the Backup Database Task and points at
the Maintenance Cleanup task.
The arrow always must originate at the precedent task, Back Up Database, which will execute
first, and terminate at the dependent task, Maintenance Cleanup, which will execute second,
depending on any imposed conditions. The conditions are imposed inside the precedence
arrow itself and, in fact, the green color of this arrow in Figure 18.10 indicates that the arrow
is, by default, imposing an "on success" condition on the execution of the Maintenance
Cleanup task. In other words, the condition can be expressed as follows: "On success of the
backup task, execute the cleanup task."
How do we verify this? If you right-click on the green line and then select "Edit," or
double-click on the green line, the Precedence Constraint Editor screen appears, as
shown in Figure 18.11.
236
Figure 18.11: The Precedence Constraint Editor is used to help you establish the types of
precedence that are available.
There are quite a few options on this screen, but it turns out that we can ignore most of
them. The Precedence Constraint Editor screen looks more complicated than it really is,
because it includes options that aren't really applicable to creating Maintenance Plans. Like
much of the code used by the Maintenance Plan Designer, it is reused in different parts of
SSMS, and so certain options are presented out of context. For example, the Expression
option, available as an Evaluation operation, is really designed to create SSIS packages, not
Maintenance Plans.
The only option with which we really need to be concerned is Value. By default, Success is
selected in the drop-down list and this is the origin of the green color of the arrow in Figure
18.10. Only if the Back Up Database task executes successfully will the Maintenance Cleanup
task execute.
There are two other options available in the Values drop-down list, namely Failure and
Completion, as shown in Figure 18.12.
237
238
Figure 18.14: Now the Back Up Database Task has two precedence arrows.
As it stands now, in Figure 18.14, if the backup task succeeds then both the cleanup task and
the notification task will be executed at the same time.
Earlier, I referred to task parallelism, and recommended that you not use it, due to the
complexity, and potential performance issues it brings; and it is not the desired behavior
in this example. We need to change the existing green (success) between the Backup
Database task and the Notify Operator task to a red (failure) arrow so that precedence
replaces task parallelism.
To do this, double-click on the arrow leading to the Notify Operator task, change the Value
to Failure and click OK. This will impose the required "on failure" condition and change the
green to a red arrow, as shown in Figure 18.15.
239
Summary
Subplans are a necessary and useful feature, although I recommend you use them as sparingly
as possible in order to avoid overcomplicating your Maintenance Plans. Precedence is a
very powerful tool, assuming that it is correctly used. It allows you to add logic to your
Maintenance Plans, and include error-trapping, of sorts. In the next (and final) chapter, where
we create an entire Maintenance Plan from scratch, we investigate additional examples of
how precedence can be used.
240
remove old backup and report files that are no longer required
to be stored on the local server
While the example does perform many of the essential maintenance tasks, it's not intended
as a "template" for how to create Maintenance Plans, nor does it cover all the necessary
maintenance tasks. The exact nature of a Maintenance Plan will always depend on the exact
nature of your business and administration needs. You must establish exactly what your
Maintenance Plans need to achieve, and then implement them appropriately, using the
available options that best meet your needs.
241
Chapter 19: Create and Modify Maintenance Plans Using the Designer
To some extent, these goals will be established at an organizational level. For example,
tolerance towards potential data loss should be established at a business level and on a
system-by-system basis. This, in turn, will dictate the DBA's maintenance policy in regard to
the nature and frequency of database backups in his or her Maintenance Plans. Elsewhere,
the nature of the plans will be guided by the DBA's knowledge of a given system, of its
databases, the data they contain, how that data is queried, how indexes are used, and so on.
However, all plans must start somewhere and, if you don't have all the information available
to make an informed decision, you'll need to create the plans using the data and knowledge
you do have available, and then monitor them. As your knowledge of a system grows, so
your plans can evolve and become more efficient. What's most crucial is that these essential
maintenance tasks do get performed on a regular basis.
Following is an example list of the objectives of a Maintenance Plan designed to maintain the
AdventureWorks database on a SQL Server instance.
Once a day, use the Back Up Database task to perform a full backup on the
AdventureWorks database.
Every hour, use the Back Up Database task to perform a transaction log backup
on the AdventureWorks database.
Every Sunday, during a scheduled maintenance window, perform the following tasks:
Run the History Cleanup task, deleting files older than 1 week
If any of the previously listed tasks should fail, execute the Notify Operator task to
immediately send an e-mail that tells the operator what task failed.
If any of the tasks fail, stop the execution of the Maintenance Plan so that any
subsequent tasks aren't executed. This means that the operator has the opportunity to
fix a problem before remaining tasks are executed.
Having established the identity and nature of the database maintenance tasks that need to be
carried out, we need to translate them into an actual Maintenance Plan.
242
Chapter 19: Create and Modify Maintenance Plans Using the Designer
2.
3.
4.
5.
6.
7.
8.
9.
243
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Figure 19.1: Once you have created the Maintenance Plan, you are now ready to build it.
In this example, the new plan is called AdventureWorks Maintenance Plan. Optionally, we
can add a description of this plan in the dialog box immediately below its name. Once this
initial step is completed, we are ready to create any subplans appropriate to the goals of our
Maintenance Plan.
244
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Since there is already one default subplan, we need to create two more, so add these to
the Designer using the Add Subplan button in the menu bar. While your subplans will
automatically be assigned non-descriptive names, it is always wise to make each plan as
self-documenting as possible, as it will make it much easier for another DBA to review it and
understand how it works. Having created the extra subplans, and given all three subplans
descriptive names, the screen should look as shown in Figure 19.2.
245
Chapter 19: Create and Modify Maintenance Plans Using the Designer
you're ready to start using it.
One Notify Operator task, to notify the operator, should the full backup fail.
Highlight the Daily Full Backup subplan and then drag each of these two tasks from the
Toolbox and drop them on the design surface, as shown in Figure 19.3.
246
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Figure 19.3: The Daily Full Backup subplan now has the necessary Maintenance
Plan Tasks.
Note, of course, that although we've now added the appropriate tasks, they are not yet
configured. We will do this later, after adding the required tasks to the other two subplans.
One Back Up Database task to perform hourly backups of the transaction log for the
AdventureWorks database.
One Notify Operator task to notify the DBA, should the transaction log backup fail.
247
Chapter 19: Create and Modify Maintenance Plans Using the Designer
The resulting design surface should look as shown in Figure 19.4.
Figure 19.4: Notice that the Hourly Log Backup subplan now looks like the Daily Full
Backup subplan.
In their unconfigured states, the Daily Full Backup and the Hourly Log Backup subplans
look identical. Later, when we configure them, we will specify one to do a full backup and one
to do a transaction log backup.
248
Chapter 19: Create and Modify Maintenance Plans Using the Designer
One History Cleanup task to remove old backup, job, and maintenance plan history
data from msdb.
Three Maintenance Cleanup tasks each instance of this task can only delete one file
type, so we need a total of three instances in order to delete older BAK, TRN, and report
TXT files.
Seven Notify Operator tasks one instance for each of the previous six Maintenance
Plan tasks, to let the operator know if the task failed, plus an extra instance to let the
operator know that the entire subplan succeeded.
The resulting design surface would look similar to that shown in Figure 19.5.
249
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Figure 19.5: The Weekly Maintenance subplan is the most complex of the three.
250
Chapter 19: Create and Modify Maintenance Plans Using the Designer
The Weekly Maintenance subplan is beginning to look crowded, but it actually looks
more complex than it is, partly due to the fact that I included so many Notify Operator
tasks. These tasks are entirely optional. You might want to use fewer of them, perhaps only
receiving notification of the success or failure of those tasks you deem most critical, but I
like to be notified if any one of the steps within the subplan fails. I also find it reassuring to
receive a mail confirming that the whole plan ran successfully, hence the seventh instance of
the task.
251
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Figure 19.6: Notice the scroll bars and the four-arrow icon on the screen above. As your
plan becomes more complex, you may extend it past the boundaries of your
screen. For large plans, use the four-arrow icon to move around the plan.
252
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Once all the tasks in all the subplans have been configured, and renamed as appropriate, it is
time to set the precedence for each of the tasks within each subplan.
In the configuration screen for each Notify Operator task, you should insert a relevant
subject line and a short message that will succinctly explain to the DBA why he or she has
received that particular e-mail notification.
Note that an alternative scheme would have been to create a generic Notify Operator task,
and link each of the six core maintenance tasks to this one Notify Operator task. However,
the resulting e-mail would need to contain a generic subject line and message, and wouldn't
be able to tell you which Maintenance Plan task failed.
Set Precedence
In Chapter 18, we walked through a simple example of how to use precedence links, and
the conditional logic they contain, to establish the required workflow for a set of three
maintenance tasks. Here, our task is more difficult as we are dealing with many more tasks,
but the principles are exactly the same.
Let's consider each subplan in turn and establish the precedence relationships that must exist
between the tasks in that subplan.
Notification on Success
We could also add a second Notify Operator task to this subplan, to notify
the operator that the backup task had succeeded. Some DBAs like to receive these
notifications, but we've left it out of this example.
However, if the backup fails, we want the subplan to perform an extra task, and that is to
notify the operator of the failure. To create the required precedence for these two tasks, we
need to create an arrow between the two tasks and then edit the link (double-click on the
arrow) so that it applies an "on failure" condition. The resulting subplan is shown in Figure
19.7. Notice the red arrow.
253
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Figure 19.7: Precedence has been set up in the Daily Full Backup subplan
254
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Figure 19.8: The precedence for the Transaction Log Back Up and the Daily Full Back
tasks are identical.
255
Chapter 19: Create and Modify Maintenance Plans Using the Designer
which they are to execute. The easiest way to do this is to first order the tasks on the design
surface in the proper order, and then draw the green connecting arrows. Setting precedence
is always done two tasks at a time, so start with the first two tasks and work your way
down. So, for example, we start out by linking the Check Database Integrity task and the
Rebuild Index task. Next, link the Rebuild Index task with the History Cleanup Task, and
so on, until all of the six tasks are linked, as shown in Figure 19.9.
256
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Figure 19.9: The green arrows aren't pretty, but they don't need to be.
When this subplan is scheduled to run, these six tasks will run, one after another, in the
order dictated by the direction of the precedence arrows. Of course, this assumes that each of
the tasks succeeds. The fact that we are using "on success" conditions (green arrows) to link
successive tasks means that a failure of any one of these tasks will prevent tasks further down
the chain from executing.
257
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Therefore, if any one of these tasks fails, we want the operator to know about it and act on it.
This is where the Notify Operator tasks come into play. The next step is to link each of the
six core maintenance tasks with one instance of a Notify Operator tasks, using a red arrow,
indicating an "on failure" condition. Having completed this step, the subplan should look as
shown in Figure 19.10.
258
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Now, if any of the Maintenance Tasks fails, the linked Notify Operator task will execute,
sending a customized e-mail to the operator, describing which task failed, and explaining
that, as a result, the rest of the tasks within this subplan will not execute.
So, if the Check Database Integrity task succeeded, but the Rebuild Index task failed, the
operator would receive an e-mail with a message saying that the Rebuild Index task failed,
and that the remaining Maintenance Plan tasks would not be executed.
Finally, we need to deal with that seventh Notify Operator task, which is currently not
connected to any other task. Since all our six core maintenance tasks are connected by green
arrows, we know that if the last task in the chain, Delete TXT Files Cleanup, completes
successfully, then all the tasks in the subplan have completed successfully. In this event, our
final goal is that the operator receives an e-mail notification to this effect. To implement
this final link, drag an arrow from the Delete TXT Files Cleanup task to the loan Notify
Operator task, as shown in Figure 19.11.
Figure 19.11: The Weekly AdventureWorks Maintenance Successful Operator task will only
execute if all six maintenance task succeed.
We have now set up the precedence for all three of our subplans, and we are almost done.
259
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Generate a text file report is selected, so a text file report is generated and saved to an
appropriate location each time a subplan is executed. In our case, we'll get three reports
from this Maintenance Plan, one being written to file every time each subplan runs.
These reports will give you the "big picture" of how your plans are executing, and will
supplement the e-mails sent via the Notify Operator task.
The Log extended information checkbox is checked, so that the data collected as part
of the text file reports will be comprehensive, and will make it easier for us to track down
any problems with a Maintenance Plan.
The configured Reporting and Logging screen should look similar to the one shown in
Figure 19.12.
260
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Figure 19.12: Configuring the Reporting and Logging screen can be done any time
throughout the Maintenance Plan design process, although I have saved
it for last.
For example, in the Maintenance Plan we just created, a report text file will be written to disk
every time a subplan executes. The Daily Full Backup subplan will be executed once a day (7
reports per week), the Hourly Log Backup subplan will be executed 24 times a day (168 reports
per week), and the Weekly Maintenance subplan will be executed once a week (1 report per
week). If you need to do any troubleshooting, there will be a lot of text file reports to wade
through. Fortunately, each report has a time stamp, and you should be able to narrow down
a problem to a specific time period, which will make it easier for you to find any reports for
troubleshooting purposes. And as you can see, this is why you need to delete older text file
reports as part of your maintenance tasks, as their numbers can add up fast.
261
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Figure 19.13: Each subplan within a Maintenance Plan has its own associated
SQL Server Agent job.
To test each subplan, simply right-click on the appropriate job and select Start Job at Step.
Remember that we must perform at least one full backup of a database before we can create
a transaction log so, for my tests, I ran the Daily Fully Backup job first then, once it had
completed successfully, the Hourly Log Backup job.
Although the Weekly Maintenance job could be run first, second or last, I would save it
for last because this is normally how the subplans would be scheduled to run once the
Maintenance Plan goes into production. As we test each job, a status screen tells us if the job
succeeded or failed, as shown in Figure 19.14. This screen only appears when testing the jobs
manually and will not be displayed when the jobs run automatically, after they are scheduled.
262
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Figure 19.14: Use this status screen to see if the Maintenance Plan subplans succeeded.
If a particular job fails, we'd want to check out the report text file that was created for that
subplan. In addition, assuming a given subplan has Notify Operator tasks associated with
it, the operator should receive an e-mail telling him or her at what specific Maintenance Plan
task the subplan failed.
Hopefully, using this information, we'd be able to figure out what the problem was, open the
Maintenance Plan using the Maintenance Plan Designer, and make the necessary changes
to make the subplan work. Sometimes, multiple test-fix iterations will be required before
everything is working correctly.
Once we've verified that all the subplans for our Maintenance Plan run as we expect, we are
ready to set their schedules.
263
Chapter 19: Create and Modify Maintenance Plans Using the Designer
hour, and the Weekly Maintenance subplan should run once a week, during the weekend
maintenance window. See Chapter 4 on scheduling, if you have forgotten how to do this.
Once all the subplans are scheduled, resave your plan, and each subplan begins running
immediately, based on those schedules.
264
Chapter 19: Create and Modify Maintenance Plans Using the Designer
(SSIS) package, executed using one or more SQL Server Agent jobs. While it is possible
to manually modify a Maintenance Plan by modifying its SQL Server Agent job, it is not
recommended, as there is a strong likelihood of breaking the plan. Instead, always make your
changes to a Maintenance Plan using the Maintenance Plan Designer.
By way of an example, let's say that we want to modify a Maintenance Plan called User
Databases Maintenance Plan that we originally created using the Maintenance Plan Wizard.
The first step is to open up the plan in the Designer, so right-click on the plan's name and
select Modify. The Maintenance Plan Designer screen appears.
When you originally created the plan in the Wizard, one of the very first screens offered the
option to either create a Separate schedule for each task (this is the option I recommended),
or to create a Single schedule for the entire plan or no schedule.
The Maintenance Plan Designer screen will look slightly different, depending on which
option you selected. If you chose the Separate schedule for each task option, then a
separate subplan will be created for each individual maintenance task in the plan, as shown
in Figure 19.15.
265
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Figure 19.15: In this example, each subplan has a single Maintenance Plan Task.
If, instead, you selected the Single schedule for the entire plan or no schedule option in the
Wizard, then there will only be a single subplan containing all of the Maintenance Plan tasks,
as shown in Figure 19.16. Notice that the precedence arrows reflect the logical ordering you
specified for the tasks, within the Wizard.
266
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Figure 19.16: Precedence was decided when you ordered the tasks from within the
Maintenance Plan Wizard.
267
Chapter 19: Create and Modify Maintenance Plans Using the Designer
Once you have a Wizard-created Maintenance Plan open within Designer, you can modify
it in any way you like, just as if you were creating a Maintenance Plan from scratch. Make
whatever changes you need, save the plan, test it, and you are ready to reuse it.
As I promised, once you know how to use the Maintenance Plan Designer, modifying
Maintenance Plans created with the Wizard is easy.
Summary
Having reached the end of this book, you should now have a good understanding of
Maintenance Plans, how to create them using either the Maintenance Plan Wizard or the
Maintenance Plan Designer, and the pros and cons of each approach.
The Designer represents a steeper learning curve but the payoff is that it offers a lot more
flexibility and power. It is my preferred tool, when creating Maintenance Plans.
What I really want to restate and re-emphasize now is the advice I gave way back in
Chapter 1: neither the Maintenance Plan Wizard nor Designer can do all your work for you.
The Maintenance Plans you create using these tools offer a very convenient way to perform
much of your database maintenance work, but they won't perform other important database
maintenance tasks, such as those below.
Monitoring performance.
The Wizard and Designer are useful tools for many DBAs, especially when maintaining
smaller databases that are not regarded as mission-critical and so have less rigorous
maintenance requirements.
268
Chapter 19: Create and Modify Maintenance Plans Using the Designer
If Maintenance Plans meet your needs for a given set of databases, then use them. If they
don't meet your needs well, then don't use them. Custom-created T-SQL or PowerShell
scripts will offer much more power and flexibility. There is a steeper learning curve attached
to creating custom scripts, but it is knowledge that you will be able to use elsewhere as a DBA,
and it won't go to waste
269