I have done some searching in the BOL looking for a way to check the existence of a table in TEMPDB. No luck.
I am looking to check the existence a table in the TEMPDB. The table is called #TEMP_WORK. I want to check if it is there before using a create table statement.
I am running short of time, and don’t have my SQL books with me. Can some help me out?