|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 1:28 PM
Points: 535,
Visits: 1,797
|
|
Hi,
I need to plan for Index reorg/rebuild on a large database.
I do not want to do index reorg/rebuild on entire database because it is taking for ever.
And want do index reorg/rebuild for most fragmented indexes on one day and the rest the other day.
So how to identify the list of tables and indexes that frequently most fragmented?
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 8:56 AM
Points: 37,709,
Visits: 29,964
|
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: 2 days ago @ 2:13 AM
Points: 827,
Visits: 1,518
|
|
Or you could use one of the SQL Managment tools. I have used Idera SQL DM and found it quite good. Quest & Redgate have similar tools, which although i have not used, are supposed to be pretty good.
They become very valuable when you are managing more than a handfull of servers/instances.
One thing these tools have over Ola Halegren's script is they usually have a report that shows you tables that are fragmented most often (which is what you are asking for in the thread title). Ola's script will get you the tables that are most fragmented at this particular moment, but it wont tell you that table ta_22343 or whatever spends x% of its time above 50% fragmentation.
they can be a tad pricy if budget is tight though.
|
|
|
|