Check DB Integrity is part of my maintenance plan which runs nightly, but it returns no errors and the logs say it runs very quickly (around 15 seconds to go through all my DBs). I know that one of my DBs has errors, because when I run "DBCC CHECKDB WITH NO_INFOMSGS" on that database, it takes about 6 minutes to run, and returns a few errors.
Why would CHECKDB in the maintenance plan not return errors (even when I add it as a T-SQL Statement Task, same result is returned), but when I run it manually I get errors?
Why would CHECKDB in the maintenance plan not return errors (even when I add it as a T-SQL Statement Task, same result is returned), but when I run it manually I get errors?