Creating Maintenance Plans in SQL Server 2008 R2

added by kalyanms1
3/15/2011 2:24:42 AM

144 Views

One of the repetitive task that DBA need to perform is create maintenance plan for database. Maintenance plans enables you to automate maintenance activities for a database, backups, db integrity checks and index maintenance tasks. We can easily create a maintenance plan using a wizard in sql server 2008 R2.


0 comments