• Hey Guys

    Is there anyway to get these results returned by DBCC SHOWCONTIG through a system view. I've been using sys.dm_db_index_physical_stats but this doesn't give the extent fragmentation.

    Reason being is that I want to run this across multiple server through a .net program which I've developed but it takes so long.