Hi guys,
Got a bit of an oddball one here.
SQL Server 2008 R2 (10.50.2500).
There is a simple backup script which backs up all DBs (approx 85) to disk. This is a scheduled job in SQL Server Agent, scheduled to run every day at 17:00.
This has been working since April this year with no issues, however this week it was brought to my attention that some databases were missing from the daily backup to disk folder. Sure enough, I checked, and although the job was starting as scheduled, it appeared to be backing up 10 or so of the databases, then simply stopping.
No errors in the agent, job log, SQL Server log, or Windows Event Logs. The job is seen to start in the logs, backs up a few DBs, then it just silently stops running. The Job Activity Monitor in SQL server agent shows it as 'Successful' and lists the next scheduled start time.
Now the...