i just read an article on table fragmentation: http://www.sql-server-performance.com/articles/per/detect_fragmentation_sql2000_sql2005_p1.aspx but what is not answered in the article is how much fragmentation is too much. some of my tables are over 90 percent. is that bad? at what point should i freak out? thanks for any help.
Welcome to the forum! How many rows & datapages do these tables contain that show over 90% fragmentation?
[quote user="Luis Martin"] No it is not bad. Lower than 80% could be not good. Lower than 60% is bad. [/quote] Isn't it the other way you want to say? If average fragmentation is less than 20% its good and 20% - 40% not good and >40% is bad? Additionally, even if the table is highly fragmented, if the table is not used heavily we don't have to freak out. The size and usage are some factors we need to consider when we think of fragmentation.
[quote user="preethi"] [quote user="Luis Martin"] No it is not bad. Lower than 80% could be not good. Lower than 60% is bad. [/quote] Isn't it the other way you want to say? If average fragmentation is less than 20% its good and 20% - 40% not good and >40% is bad? Additionally, even if the table is highly fragmented, if the table is not used heavily we don't have to freak out. The size and usage are some factors we need to consider when we think of fragmentation. [/quote] Yes, I don´t know what I was thinking... [:$] Apologies.