Hi, after running UPDATE STAITSTICS on SQL Server 2000 database to speed up report queries, we got them 3 times slower because Execution Plans have changed. Is there a way to return to old statistics from a backup? Is there another solution to this problem?
In order to get back the old statistics you would need to restore the database to it's prior state.
Perhaps you need to flush your procedure cache. If the execution plans are based on the old statistics they may not work correctly if the stats changed that much.
Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.