August 2012
Intermediate to advanced
1416 pages
33h 39m
English
SQL Server provides a host of database maintenance commands. Fortunately, it also provides the DBA with ways to schedule maintenance tasks.
Database maintenance plans include the following routine tasks:
These maintenance tasks can be automated and scheduled using SQL Server Agent service. Once created, the maintenance plans (and subplans) are scheduled in SQL Server Agent as jobs.
Following are two ways to create a Maintenance Plan:
All the maintenance plans appear in the Management\Maintenance Plans folder of SQL Server Management Studio. To launch the Maintenance Plan Wizard, right-click the Maintenance Plans folder, and choose Maintenance Plan Wizard. Follow ...
Read now
Unlock full access