traughber
4/14/2015 - 9:51 PM

Conditionally delete temp tables before creating them again

Conditionally delete temp tables before creating them again

IF OBJECT_ID('tempdb..') IS NOT NULL
	DROP TABLE