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