Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

if temp table exists drop

if object_id(N'tempdb..#MaxTransaction') is not null drop table #MaxTransaction
 
PREVIOUS NEXT
Tagged: #temp #table #exists #drop
ADD COMMENT
Topic
Name
3+8 =