how can I schedule daily backup at 9:00pm in SQL server 2008?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use Microsoft SQL Server Management Studio to create a new Maintenance Plan.
In the object explorer go to the folder Management > Maintenance Plans.
This will open the designer.
In the Toolbox you will find a task named Back Up Database Task, drag this onto the designer.
Right click ‘Back Up Database Task’ select edit from the context menu
Backup type:
Right click the task to select the databases to backup.
Change the schedule of your maintenance plan to set when it will run.