临时表
 if exists( select 1 from  tempdb.dbo.sysobjects where name='##temp_log') 
  drop table ##temp_log

相关文章: