Browse by Tags

All Tags » performance » update statistics
  • Update statistics causing negative performance

    Recently we have seen a negative performance for a query that is running against a 500GB size of database, where AUTO UPDATE STATISTICS is enabled and we perform weekly reindexing on this database. In addition to this I perform intermittent update statistics against set of tables that has frequently update/deletes. As usual I have checked for ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on August 18, 2007
  • Usage and good practices with UPDATE STATISTICS feature in SQL 2005

    UPDATE STATISTICS is very helpful to get the performance by updating the distribution of key values for one or more statistics groups or set of collections in the specified table or indexed view. So how this is handled within the SQL Server, you may be aware that SQL 2000 version uses a counter (rowmodctr) to track row modification and within SQL ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on July 23, 2007