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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 index fragmentation

Author  Topic 

jung1975
Aged Yak Warrior

503 Posts

Posted - 2006-11-15 : 09:54:51
After I ran DBCC SHOWCONTIG , I notice that there is 80% of index fragmentation..
so i drop the index in the table and rebuit the index..but it still showing as 80% fragmentation..
I even updated the statistic but nothing got changed.

It's a clustered index and there are 130000 records


I am not sure why? and how can I fix this problem?


spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2006-11-15 : 10:01:36
what is your fill factor?



Go with the flow & have fun! Else fight the flow
blog thingie: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

jung1975
Aged Yak Warrior

503 Posts

Posted - 2006-11-15 : 10:13:08
actualy, I haven't set up the fill factor yet..


Go to Top of Page

Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)

7020 Posts

Posted - 2006-11-15 : 11:17:07
It would help if you posted the DBCC SHOWCONTIG output.




CODO ERGO SUM
Go to Top of Page

jung1975
Aged Yak Warrior

503 Posts

Posted - 2006-11-15 : 11:40:51
DBCC SHOWCONTIG scanning 'Conformed_D_Date' table...
Table: 'Conformed_D_Date' (789577851); index ID: 1, database ID: 16
TABLE level scan performed.
- Pages Scanned................................: 5
- Extents Scanned..............................: 5
- Extent Switches..............................: 4
- Avg. Pages per Extent........................: 1.0
- Scan Density [Best Count:Actual Count].......: 20.00% [1:5]
- Logical Scan Fragmentation ..................: 80.00%
- Extent Scan Fragmentation ...................: 60.00%
- Avg. Bytes Free per Page.....................: 1340.0
- Avg. Page Density (full).....................: 83.44%
DBCC execution completed. If DBCC printed error messages, contact your system administrator.


Go to Top of Page

Moinul
Starting Member

1 Post

Posted - 2006-11-16 : 01:20:31
Try This address
Maby You will find Some solution
http://www.mssqlcity.com/Articles/Adm/index_fragmentation.htm


Moinul Islam
moinul@apollodhaka.com
DBA
Apollo Hospitals Dhaka
Go to Top of Page
   

- Advertisement -