I’m using SQL Server 2008.
I’d like to create a backup (.bak file) of the database every day at midnight, and then store the file. Is there a way to do this?
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 a maintenence plan to do the backup you require. You can also setup a job to run the backup TSQL yourself if you can’t do a plan.
http://msdn.microsoft.com/en-us/library/ms177266.aspx