摘要:
if object_id('tempdb..##TEMPTABLE1') is not null drop table ##TEMPTABLE1 上面一种不检查类型,##TEMPTABLE1可能是view或procedure的名字,完整的检查如下 if exists (select * from tempdb.db... 阅读全文
posted @ 2008-08-14 11:27
聪明的大熊
阅读(3121)
评论(0)
推荐(1)
浙公网安备 33010602011771号