Run database checks but omit large tables or filegroups - New option in Ola Hallengren's Scripts
- by Greg Low
One of the things I've always wanted in DBCC CHECKDB is the
option to omit particular tables from the check. The situation that I often see
is that companies with large databases often have only one or two very large
tables. They want to run a DBCC CHECKDB on the database to check everything
except those couple of tables due to time constraints.
I…