Max's Blog

.NET, SQL Server and other exciting stuff

  Home  |   Contact  |   Syndication    |   Login
  19 Posts | 1 Stories | 11 Comments | 0 Trackbacks

News

Tag Cloud


Archives

Post Categories

Links

SQL Server

Asynchronous statistics auto update in SQL Server would ensure that the statistics are not updated when a query is executed, ensuring timely response. For this option, we need to set AUTO_UPDATE_STATISTICS_ASYNC to ON and also AUTO_UPDATE_STATISTICS to ON. Here, a separate thread runs in the background, which actually does the job of updating the statistics. So updated stats are available the next time for a query. This can also work the way round, meaning that a query might be using old stats and...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati