Database Maintenance SQL Commands Overview

You can use this feature to schedule any valid SQL command to run at a given time and frequency. For instance, you can use this feature to run DBCC commands, stored procedures, and so on. You can also enable status logging and review the status log file for SQL commands that have been run.

Note    To run more than one SQL command per task, use a stored procedure.

Related Topics

Topic Link

Create a New SQL Command

Topic Link

Modify a SQL Command

Topic Link

Delete a SQL Command

Topic Link

Maintaining a Site Database Overview