• Run the following and see what are there:

    USE YOURDATABASE

    SELECT object_name([object_id]) AS Objects_IN_Filegroup

    FROM sys.indexes

    WHERE data_space_id=104