Wednesday, March 7, 2012

Creating Maintenance Plans in SQL Server 2008 R2


Creating Maintenance Plans in SQL Server 2008 R2




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. 


You can use the following steps to create a maintenance plan
1. Select the Maintenance Plan Wizard from the context menu as shown below


2. You can specify a name and description for the plan and select the desired scheduling options


3. Select next to see the maintenance tasks that you want to perform 


4. Select the Maintenance tasks order 


5. Select the database for the backup task. 


5. Select the reporting option for the plan like write log to a specific location or send an email or both.


6. Click finish to create your plan , while the plan is being created you will get the following status dialogue


7. You can see the created maintenance plan in object explorer


when you double click the Backup Plan from above window, you can get the designer


Thanks to:Sujay Chidanandam 
Instant Backup

START- ALL PROGRAMM- MS SQL SERVER 2008R2-CLICK- SQL SERVER MANAGEMENT
STUDIO- CONNECT- EXPAND DATABASE- RIGHT CLICK ON DATABASE-TASK -BACK UP -
OK -OPTION -SELECT OVERWRITE EXISTING DATA OK


Thanks to:Narendra Kumar


source: https://www.facebook.com/groups/309501009093194/


Share and Care
 For Latest Updates Always Visit http://satish24k.blogspot.com/

No comments: