How to make faster DBCC check db execution process? Below query enforces an exclusive lock on database, which increase the execution faster of DBCC command:- DBCC CHECKDB (‘Prod1DB’) WITH NO_INFOMSGS, TABLOCK