December 2017
Intermediate to advanced
434 pages
10h 14m
English
This task uses the DBCC CHECKDB() function. The DBCC shortcut means database consistency checker. There are more DBCC functions on SQL Server, for example, DBCC SHOW_STATISTICS() to explore index or column statistics, DBCC SHRINKFILE() to return free space from database file back to the operating system, and so on. The DBCC CHECKDB() function checks consistency and readability of the database from three perspectives calling three other DBCCs:
The DBCC CHECKDB() function can find inconsistent ...
Read now
Unlock full access