Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

Reorganize Indexes in sql 2008 Expand / Collapse
Author
Message
Posted Friday, September 14, 2012 12:56 AM
Valued Member

Valued MemberValued MemberValued MemberValued MemberValued MemberValued MemberValued MemberValued Member

Group: General Forum Members
Last Login: Today @ 1:32 PM
Points: 72, Visits: 244
Hi,


I have done reorganizing of 76 indexes.
But after that some of the indexes have no effect.

Can anyone explain why SQL is not able to do that?
Post #1359069
Posted Friday, September 14, 2012 2:11 AM


Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Today @ 6:36 AM
Points: 1,035, Visits: 7,671
Do what? What do you mean by "have no effect"?
Post #1359107
Posted Friday, September 14, 2012 2:47 AM


SSC-Dedicated

SSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-Dedicated

Group: General Forum Members
Last Login: Today @ 1:57 PM
Points: 37,687, Visits: 29,945
Let me guess....

You've seen no change in fragmentation. These tables are all very small, maybe a few hundred to a few thousand rows.



Gail Shaw
Microsoft Certified Master: SQL Server 2008, MVP
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

We walk in the dark places no others will enter
We stand on the bridge and no one may pass

Post #1359119
Posted Monday, September 24, 2012 2:57 AM
Valued Member

Valued MemberValued MemberValued MemberValued MemberValued MemberValued MemberValued MemberValued Member

Group: General Forum Members
Last Login: Today @ 1:32 PM
Points: 72, Visits: 244
Yes Gail, fragmentation value was not changed.


I checked the page count for those tables and it was below 100.

Thanks ALL.

Post #1363374
Posted Monday, September 24, 2012 3:00 AM


SSCertifiable

SSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiable

Group: General Forum Members
Last Login: Friday, April 12, 2013 3:51 AM
Points: 5,075, Visits: 4,831
Table is to small for it to be reorganized, typically anything less than 1000 pages should be excluded from rebuilds/reorganizations.



Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1 & Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger

Post #1363375
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse