Hi Swapnil,
Actually I can see the output from dbcc checktable (sysonfigures) as below.
1> use master
2> go
1> dbcc checktable (sysconfigures)
2> go
Checking table 'sysconfigures' (object ID 37): Logical page size is 16384 bytes.
Checking partition 'sysconfigures_37' (partition ID 37) of table 'sysconfigures'. The logical page size of this table is 16384 bytes.
The total number of data pages in partition 'sysconfigures_37' (partition ID 37) is 3.
Partition 'sysconfigures_37' (partition ID 37) has 440 data rows.
The total number of empty pages (with all deleted rows) in partition 'sysconfigures_37' (partition ID 37) is 0.
The total number of pages in partition 'sysconfigures_37' (partition ID 37) which could be garbage collected to free up some space is 3.
The total number of deleted rows in partition 'sysconfigures_37' (partition ID 37) is 0.
The total number of pages in partition 'sysconfigures_37' (partition ID 37) with more than 50 percent garbage is 0.
The total number of pages in partition 'sysconfigures_37' (partition ID 37) with more than 50 percent insert free space is 1.
The total number of data pages in this table is 3.
The total number of pages which could be garbage collected to free up some space is 3.
The total number of pages with more than 50 percent insert free space is 1.
Table has 440 data rows.
DBCC execution completed. If DBCC printed error messages, contact a user with System Administrator (SA) role.
Now can you let me know, what exactly we have to look in this output to understand the problem?
Regards,
Dilip Voora