SQL Server DBCC Commands: Status of DBCC CHECKDB
So you are checking your database with DBCC CheckDB and of course if you are like me you use the WITH NO_INFOMSGS parameter. But it turns out that CheckDB is taking longer to run that you expected, and you want to check and see what table is currently being checked. Here is a quick SQL Script that I use to …
SQL Server DBCC Commands: Status of DBCC CHECKDB Read more »