• Try running this query and see what is out there in tempdb:

    select * from tempdb.sys.all_objects

    where is_ms_shipped = 0;