|
: 35 : 40 : 5 |
On our dev server, one of the backup strategies we use is simply to copy a database
once a day into a backups directory. The problem is that all of the scheduled agents
continue to run so over time logs get clogged up and the server has an increasing
load to deal with.
So what I'm looking for is a way that I can disable all scheduled agents in a database (or ideally in a directory) with a single click. |