December 29, 2009 at 5:43 am
Jpotucek (12/29/2009)
When migrating databases from SQL Server 2000 to 2005 using backup and restore, How do I verify that auto update statistics is turned on AND it is necessary to update statistics once the restore to 2005 is complete?? Wondering what the best practices for this are???
Please start new thread.
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
December 29, 2009 at 11:07 am
How can u said no need ?
Always "it depends"
After reading this blog, I have deleted my Update Statistics maintenance job. Because, in my case, Update statistics is running after the index rebuild maintenance task job completion.
please advice me on how to know what tables, indexes, statistics are get used more sothat I can rebuild & Updatestats for only those get used more frequently.
thank you very much
December 29, 2009 at 11:21 am
You would have to track updates or data changes across tables to know which ones are used the most. You could add triggers to track this, or run a trace and analyze it over time.
December 29, 2009 at 11:43 am
thanks Steve,
If the Index rebuild maintenance plan run on weekly basis, then does it required to run Update statistics maintenance job or NOT?
December 29, 2009 at 12:08 pm
Hi,
Ideally, you should rebuild the indexes only when their fragmentation is above 30%, if you are rebuilding all indexes, then you only need to update the column statistics:
Regards,
Jose Santiago Oyervides.
December 29, 2009 at 10:57 pm
klnsuddu (12/29/2009)
How can u said no need ?
Always "it depends"
After reading this blog, I have deleted my Update Statistics maintenance job. Because, in my case, Update statistics is running after the index rebuild maintenance task job completion.
please advice me on how to know what tables, indexes, statistics are get used more sothat I can rebuild & Updatestats for only those get used more frequently.
thank you very much
Hi,
After rebuild no need to update the statistics its automatically updated.
See the my previous replays(1'st page).
Also I'd suggested read the 1'st link added in signature.
Edit:For added more info
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
January 4, 2010 at 2:50 am
These short videos from Andy Warren give good advice about updating statistics:
http://www.sqlshare.com/updating-statistics-part-1_695.aspx
http://www.sqlshare.com/updating-statistics-part-2_696.aspx
http://www.sqlshare.com/updating-statistics-part-3_697.aspx
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
Viewing 7 posts - 16 through 21 (of 21 total)
You must be logged in to reply to this topic. Login to reply