Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.96 KB

File metadata and controls

38 lines (32 loc) · 1.96 KB
title Database Maintenance Plan Stored Procedures (Transact-SQL)
description Database Maintenance Plan stored procedures (Transact-SQL)
author MashaMSFT
ms.author mathoma
ms.reviewer randolphwest
ms.date 06/23/2025
ms.service sql
ms.subservice system-objects
ms.topic reference
helpviewer_keywords
database maintenance plans [SQL Server]
system stored procedures [SQL Server], database maintenance plans
maintenance plans [SQL Server], stored procedures
dev_langs
TSQL

Database Maintenance Plan stored procedures (Transact-SQL)

[!INCLUDE SQL Server]

[!INCLUDE ssNoVersion] supports the following system stored procedures that are used to set up maintenance tasks. These stored procedures are used with database maintenance plans. This feature has been replaced with maintenance plans which don't use these stored procedures. Use these procedures to maintain database maintenance plans on installations that were upgraded from a previous version of [!INCLUDE ssNoVersion].

[!INCLUDE ssNoteDepFutureAvoid]

Related content