Question : How does DBCC test the integrity of a database?

DBCC CHECKDB performs a database consistency check to test the integrity of the database.

I looked up the definition of integrity and it means whole or complete. How does the check know if the data is whole or complete?

Answer : How does DBCC test the integrity of a database?

if there is any problem in any data page, you will get error message
Random Solutions  
 
programming4us programming4us