Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Kwisatz
Starting Member
14 Posts |
Posted - 2009-08-28 : 10:28:34
|
Hi all prior to an index rebuild I had the following statsavg_fragmentation% 53.70705244 fragment_count 1297 avg_fragment_size_in_pages 1.705474171 page_count 12212 After I ran the rebuild I got the following stats:avg_fragmentation% 93.10728182 fragment_count 1689 avg_fragment_size_in_pages 1.065127294 page_count 1799 I am confused with this as the fragmentation for this index seems to have increased after the rebuild, can anyone advise on what has happened?Thanks |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
Kwisatz
Starting Member
14 Posts |
Posted - 2009-09-02 : 05:52:25
|
Hi TaraThere are 1211036 rows and according to sys.dm_db_index_physical_stats this is for index_level 0 and index_depth 3. |
 |
|
|
|
|