Hi,
per the topic. This is a SQL server 2012 Sp1 with CU4 I was working on optimizing a query and was looking at the index property for a table, in the fragmentation page, I see 0 for everything. This table is part of a partition but I find this hard to believe as there are 11m rows in there. See screenshot.
I have tried pretty much everything I can think off to get those numbers up. Rebuild the index w/ Full scan, update the stats, drop the index and recreate it, ran dbcc checkdb against the database, dbcc check against the table, tried to get the information via the dmv w/ Limited option (results never came back).
The last thing I did was rebuilt the table w/o the partition and put the same index on and I'm able to see the data in the fragmentation page of the index properties.
I was wondering if anyone experienced this before and has a solution to it?
Thanks,