Monitoring Databases  «Prev 

dbcc checkdb Output in SQL-Server

The following is an excerpt from the output of dbcc checkdb:
There are 21 rows in 1 pages for object 'sales'.
DBCC results for 'roysched'.

There are 86 rows in 1 pages for object 'roysched'.

DBCC results for 'discounts'.

There are 3 rows in 1 pages for object 'discounts'.

DBCC results for 'jobs'.

There are 14 rows in 1 pages for object 'jobs'.

DBCC results for 'pub_info'.

There are 8 rows in 1 pages for object 'pub_info'.

DBCC results for 'employee'.

There are 43 rows in 1 pages for object 'employee'.

DBCC results for 'a1'.

There are 23 rows in 1 pages for object 'a1'.

CHECKDB found 0 allocation errors and 0 consistency errors in database 'pubs'.

DBCC execution completed. If DBCC printed error messages, contact your system administrator.