Thursday, July 30, 2015

Dropping Global Temp Tables

-- A better question is why are you using global temp tables in the first place???
IF OBJECT_ID('tempdb..##badge_updt') IS NOT NULL DROP TABLE ##badge_updt

No comments: