• i'm not choore that it does not return any messages if the database as errors, what i think (but not choore) is that this command does not print results to screen if the database as no error, meaning that it only returns results when they realy nedd to be displayed, but, onde again, not choore of this.

    Can you try to pass the DBCC no_infomsgs in the database that gave you this error?

    DBCC results for 'GMCDBGACCOMP_OLD'.

    Msg 2508, Level 16, State 3, Line 2

    The In-row data RSVD page count for object "GMCDBGACCOMP_OLD", index ID 1, partition ID 377040118808576, alloc unit ID 377040118808576 (type In-row data) is incorrect. Run DBCC UPDATEUSAGE.

    There are 0 rows in 0 pages for object "GMCDBGACCOMP_OLD".

    CHECKDB found 0 allocation errors and 1 consistency errors in table 'GMCDBGACCOMP_OLD' (object ID 1458208345).

    ...

    CHECKDB found 0 allocation errors and 1 consistency errors in database 'AZ_900_TEST'.

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

    I would do the test, but i do not have a database with problems at this point.