SyntaxFix
Write A Post
Hire A Developer
Questions
I recently saw a DBA do something similar to this:
begin try drop table #temp end try begin catch print 'table does not exist' end catch create table #temp(a int, b int)