I've query the dm sys.dm_db_index_physical_stats for the column avg_page_space_used_in_percent and I'm getting only NULL values for all my indexes (none of them has a value), those online as well as offline, clustered, heap as well as non-clustered.
Is this normal and what does that mean?
I was expecting a pourcent value of the space used within the page of the index.