DBCC dbreindex & default statistics

  • When using the dbreindex command, the statistics are automatically updated. But what sample rate does it use. I have found nothing concrete, The only sugesstion i have had is that it uses the previous sample rate. Is this true?

  • It uses full scan mean 100%...

    you can with DBCC SHOW_STATISTICS command in your output check for ROWS and ROWS SAMPLED columns to get the info...

     

    MohammedU
    Microsoft SQL Server MVP

  • Thats a bit strange because a custom job that only rebuilds the STATS with FULL SCAN takes

    3:30 hr to complete while a Dtabase maintenaince plan that uses DBCC REINDEX does the indexes and STATS in less than 1:30 hr

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

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