• Unused space returned by sps_spaceused will almost never be zero.

    BOL says: Total amount of space reserved for objects in the database, but not yet used.

    This is extents or pages that have been allocated to an objects but are not completely full.

    This is particularly true of extents (8 pages). An extent may be reserved for a given object but may have as many as 7 pages free.