Hi,
I am trying to defrag a table that is 50% fragmented and it doesn't seem to be working. I found out it was fragmenetd using DBCC SHOWCONTIG and after I run DBCC REINDEX I get the same results. Any suggestions why I might be seeing no improvements? On one of the tables I am trying to defrag it has 1 clustered index...is that a problem? Any idea why this is not working? Also, should you be able to get any table back to 100% clean?
CES
I am trying to defrag a table that is 50% fragmented and it doesn't seem to be working. I found out it was fragmenetd using DBCC SHOWCONTIG and after I run DBCC REINDEX I get the same results. Any suggestions why I might be seeing no improvements? On one of the tables I am trying to defrag it has 1 clustered index...is that a problem? Any idea why this is not working? Also, should you be able to get any table back to 100% clean?
CES