Noindex

Tag: noindex

Does Adding NOINDEX Change DBCC CHECKDB with PHYSICAL_ONLY?

Does Adding NOINDEX Change DBCC CHECKDB with PHYSICAL_ONLY?

By Kendra Little on August 16, 2016

Category: backup-recovery

The NOINDEX option does change the behavior of DBCC CHECKDB (even if you’re already usingย PHYSICAL_ONLY).ย Here’s how the two options compare to one another, and how to see the difference yourself in a simple example.

Continue reading