Our Temp DB has grown very large and we'd like to clean it up.
When i open the tempdb, temptables folder, I notice a like of tables named like so:
#Somename________hexcode
#Someothername________hexcode
etc...
we know we can delete them because those aren't being used. When I query the sysobjects they are listed. But when I try to drop them, it says they don't exist.
Any ideas on how to remove those would be welcome. Thank you.