Dict.CN 在线词典, 英语学习, 在线翻译 ------------- MyGitee 朱秋贵内科诊所 My腾云code

Sql Server查找临时表,并删除

Sql Server查找临时表,并删除:

if exists(select * from tempdb..sysobjects where id=object_id('tempdb..#temp'))
drop table #temp
posted @ 2010-02-04 11:21  cn2024  阅读(297)  评论(0编辑  收藏  举报