Browse by Tags

  • Re: UPDATE STATISTICS

    Indexdefrag does NOT update stats. You need to run: UPDATE STATISTICS TableName WITH FULLSCAN -- WITH FULLSCAN is an option Remember also: EXEC sp_recompile TableName You need to set the table that has updated stats for Recompile. Then ANY sproc that hits that table will recalc its execution plan with...
    Posted to Performance Tuning for DBAs (Forum) by abroadway on 03-18-2008
Page 1 of 1 (1 items)
 



© 2000 - 2007 vDerivatives Limited All Rights Reserved.