I want to take my database backup every 1 hour in .net is there any way to take a backup of the database in the root folder
Loading
I want to take my database backup every 1 hour in .net is there any way to take a backup of the database in the root folder
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.
Sam HobbsPosted Oct 14, 2023, 5:59 PM
The Windows Task Scheduler can be used to execute a program every hour.
Vishal YelvePosted Oct 13, 2023, 1:43 PM
Hi Harsh,
you can create a programe to execute below sql script to take backup of your databse every 1hour.