How to create a a maintenance plan for a full backup that run the first 10 days of the month in SQL 2008?
THANKS!
How to create a a maintenance plan for a full backup that run the
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.
Create the maintenance plan and schedule it to run every day.
Then go into the job in “SQL Server Agent” and modify the TSQL that launches the backup – put a condition there that will only execute the backup on the first 10 days of the month.