Script to UPDATE STATISTICS with time window

@timeLimit smallint = 60 ,@debug bit = 0 ,@executeSQL bit = 1 ,@samplePercent tinyint = 25 ,@printSQL bit = 1 ,@minDays tinyint = 30 ) AS /************************************************************* * * Copyright Bill Graziano 2010 * **************************************************************/


This is a companion discussion topic for the original entry at http://billg.sqlteam.com/2010/12/02/script-to-update-statistics-with-time-window/