Where Does Temporary Tables Gets stored in sql server.
- by Shantanu Gupta
Where does temporary tables gets stored in database. I want to drop a temporary table if it already exists.
I can do this for securable table by querying at information schema but i done know where temporary tables are stored