I have a SQL job on a specific database that only does Integrity checks - which fails
However - when I run DBCC CheckDB, I do not find any errors.
I have rub dbcc checkdb(xxxx,REPAIR_ReBUILD) successfully, but the SQL job keeps on failing. On other databases it runs fine.
How can I determine what cause the job to fail?
However - when I run DBCC CheckDB, I do not find any errors.
I have rub dbcc checkdb(xxxx,REPAIR_ReBUILD) successfully, but the SQL job keeps on failing. On other databases it runs fine.
How can I determine what cause the job to fail?