Create Window Service to take sql database Backup
Hi friends,
I want to create window service which will take up backup after 1-1 hour & delete the existing same name backup file.
I am doing the same using the Sql Maintenance plan.which is working properly.
Only issues is i can not delete before 1 hour backup with new created one. Whcih increases space of hard disk regularly.
So can this possible.