SQL Server 2000 re-index

  • Hello SQL Guru,

    How can I checked on the SQL Server 2000 if someone all ready completed re-index tables?

    Can it shouw up in Enterprise Manager\Management folder\logs sections?

    Thanks,

    Edwin

  • Use dbcc showcontig to check fragmentation. There isn't logging for defragmenting.

    Moved to SQL 2000

  • Hi Steve,

    I run DBCC SHOWCONTIG ('dbo.FaultTables')

    GO

    Results:

    --- Scan Density 81.31%

    --- Logical Fragmentation 1.56%

    --- Extent Scan Fragmentation 34.82%

    --- Avg. Bytes Free per page 2219.6

    --- Avg Page Density (Full) 72.58%

    Base on the above results.

    Can the above results indicate that dbo.Faulttable all ready reindex?

    Thanks,

    Edwin

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

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