if object_id('tempdb..#tempTable') is not null
Begin
    drop table #tempTable
End

相关文章: