May 7, 2008 at 8:01 pm
Comments posted to this topic are about the item SQL 2005 IndexDefrag solution
July 8, 2008 at 5:01 am
Hi Kobus,
Did you see http://blog.ola.hallengren.com/blog/_archives/2008/1/1/3440068
apart from the special scheduling (2:00 to 8:00) it looks as if it has more features than your procedure.
Best regards,
Henrik Staun Poulsen
July 8, 2008 at 5:36 am
i have learned quite a bit since that post...it was 2 months ago...:):)
the most important thing that i leared was that you almost canot defrag a 2000 database on a 2000 SQL server, interestingly when we moved the database, the fragmentation was very high..i db reindexed it on 2005 with alter table and then did the magic bit...sp_updatestatistics...now i just manualy(via a shedule job) run sp_updatestatistics once a day...overkill but still...weird wonderfull world of windows...
July 11, 2008 at 12:14 am
Kobus,
Are you saying that running sp_updatestatistics manually "sorts things out"?
I must try that.
TIA
Henrik
December 17, 2013 at 8:40 am
henrik staun poulsen (7/8/2008)
apart from the special scheduling (2:00 to 8:00) it looks as if it has more features than your procedure.
Which is why some people are driven to write their own. 😉
@Kobus,
That does bring up something important though. The article text says "2 to 4" but the code is actually setup for "2 to 8". If you have this code in production, that may cause you a problem sometime in the future.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply