sql temp table if exists code example Example: sql server check if temp table exists IF OBJECT_ID('tempdb..#Results') IS NOT NULL DROP TABLE #Results