Checking for the Existence of Global Temp Table in TSQL
Category:
tsql-programming
, sql-server
Every now and again, I need use a global temporary table for some testing or demo code.
Each time I do, I stumble a little bit when it comes to checking for the existence of the global temp table, in order to make my code re-runnable.
