This topic has not yet been rated - Rate this topic

Database Maintenance Plan Tables (Transact-SQL)

The topics in this section describe the system tables that store information used by database maintenance plans. These tables preserve information for instances that are upgraded from an earlier version of SQL Server.

NoteNote

This feature will be removed in the next version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

sysdbmaintplan_databases

Contains one row for each database that has an associated upgraded database maintenance plan.

sysdbmaintplan_history

Contains one row for each upgraded database maintenance plan action performed.

sysdbmaintplan_jobs

Contains one row for each upgraded database maintenance plan job.

sysdbmaintplans

Contains one row for each upgraded database maintenance plan.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.