手工删除sqlserver中的临时表
if OBJECT_ID('tempdb..##tmp_CUSTOMERSERMST') is not null
drop table ..##tmp_CUSTOMERSERMST
ps: 临时表名前的 ‘tempdb..’是关键。。。。。。。。。。。。。。
posted @ 2009-12-03 10:14 Johnny.3 阅读(46) 评论(0) 编辑
if OBJECT_ID('tempdb..##tmp_CUSTOMERSERMST') is not null
drop table ..##tmp_CUSTOMERSERMST
ps: 临时表名前的 ‘tempdb..’是关键。。。。。。。。。。。。。。
posted @ 2009-12-03 10:14 Johnny.3 阅读(46) 评论(0) 编辑