手工删除sqlserver中的临时表

if  OBJECT_ID('tempdb..##tmp_CUSTOMERSERMST') is not null

  drop table ..##tmp_CUSTOMERSERMST

 

ps: 临时表名前的 ‘tempdb..’是关键。。。。。。。。。。。。。。

 

posted on 2009-12-03 10:14 Johnny.3 阅读(46) 评论(0) 编辑 收藏