I have inherited a system where a system where our database is backed up by identical scripts, one set up in SQL Server Agent and one set up as a Scheduled Task.
Both are running at the same time, so I'd like to disable one of them.
Apart from my own preferences (I'd leave it as a Scheduled Task), are there other considerations to take into account?