Though DBCC SHOWCONTIG is advised for viewing the fragmentation for the data and indexes of a table or view, I would recommend to use the system view sys.dm_db_index_physical_stats.
↧