As part of my dba checks I go into SQL Server log vis SSMS and check that the CHECKDB DBCC overnight job has run and that the tape backups have hit the server by filtering on the word VIRTUAL
I also check that a local backup was taken and any index reorg/rebuilds have been done.
For some reason the integrity checks and the tape backups have stopped being logged into the SQL Server Log, even though other jobs are still outputing into it ok.
I've gone through the settings and nothing has changed. I can see that the CHECKDB job is running as scheduled, there's just no output. The 3rd party tape backups aren't reporting any failures and the backups are being taken.
I'm using Windows 2008 server with SQL 2008 R2 which was RTM when the problem started but is now patched to SP2.
Is there anyway I can get the jobs logging again? The logs recycle every week so we're not using the same log file.
Thanks