How to Schedule Automatic DB Backup in Sql server
I want to Schedule Automatic DB Backup every day at particular time in Sql server
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Venkat KumarPosted Apr 22, 2015, 6:57 AM
Go through the below link, You can schedule the backup everyday at the same time you can delete the backups automatically after 7 days or 10 days like that.
http://www.c-sharpcorner.com/UploadFile/ee01e6/automated-backup-using-sql-server-2008/
Siva SankarPosted Apr 22, 2015, 7:00 AM
thank you Venkat..