Additional SQL Server features and topics not covered by specific categories
Hi @Chaitanya Kiran ,
DBCC CHECKDB use database snapshots, when DBCC CHECKDB reads a page in the context of the database snapshot, that page must be read from the source database on disk, and database snapshots use NTFS sparse-file techology
https://www.sqlskills.com/blogs/paul/checkdb-from-every-angle-complete-description-of-all-checkdb-stages/
-------------
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.