• Will a job with the following fail if corruption exists? Or will the job succeed?

    DBCC CHECKDB(N'master') WITH NO_INFOMSGS

    I'm suddenly feeling a bit exposed since I am not sure if I would get notified if corruption exists.