Is there a way to check whether any errors were reported by a DBCC CHECKDB short of looking at the output?
If I have to look at the output does the existence of the line:
"CHECKDB found 0 allocation errors and 0 consistency errors in database 'Test'."
guarantee there were no errors reported?
Thanks.
Phil.