﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / After Index Rebuild, the fragmentation rate is still very high / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 03:10:04 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: After Index Rebuild, the fragmentation rate is still very high</title><link>http://www.sqlservercentral.com/Forums/Topic740829-146-1.aspx</link><description>Joe is correct...Additionally, if the table is HEAP (no cluster index) then ur fragmentation not remove.The above statements is true put the cluster index and drop it then ur fragmentation removed.(As per MS a table must have cluster index)</description><pubDate>Wed, 24 Jun 2009 22:35:44 GMT</pubDate><dc:creator>muthukkumaran Kaliyamoorthy</dc:creator></item><item><title>RE: After Index Rebuild, the fragmentation rate is still very high</title><link>http://www.sqlservercentral.com/Forums/Topic740829-146-1.aspx</link><description>Check the size of the table as well. For smaller tables, rebuiding may not remove fragmentation.</description><pubDate>Wed, 24 Jun 2009 03:07:27 GMT</pubDate><dc:creator>joeroshan</dc:creator></item><item><title>After Index Rebuild, the fragmentation rate is still very high</title><link>http://www.sqlservercentral.com/Forums/Topic740829-146-1.aspx</link><description>After having index rebuild, the indexes fragmentation is still very high, why ?I used Maintenance Plan and SQL Agent Job to do index rebuild and used the following SQL statement to find out the indexes fragmentation :SELECT TOP 10 a.index_id, name, avg_fragmentation_in_percentFROM sys.dm_db_index_physical_stats (DB_ID(), OBJECT_ID(N'Production.Product'), NULL, NULL, NULL) AS aJOIN sys.indexes AS b ON a.object_id = b.object_id AND a.index_id = b.index_id AND (name IS NOT NULL)ORDER BY avg_fragmentation_in_percent DESCAny ideal ?</description><pubDate>Wed, 24 Jun 2009 02:58:56 GMT</pubDate><dc:creator>onlo</dc:creator></item></channel></rss>