DBCC SHOWCONTIG - the output

  • These are new SQL2k db - created by a conversion from Progress databases.

    When running DBCC SHOWCONTIG WITH TABLERESULTS today, I was surprised to see that NO index names show in the output.  There are over 400 user tables, and probably twice that many indexes.  Execution plans show that indexes are being used.

    At the very least, I would expect to see index names for the system tables.

    Any ideas what this is all about?  How much should I panic?

  • Try:

      dbcc showcontig with tableresults, all_indexes


    Cheers,
    - Mark

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply