Dict.CN 在线词典, 英语学习, 在线翻译 ------------- MyGitee My腾云code

Happy_EveryDay

可以平凡 不可以平庸 无爱则无忧,无欲则无求,无怒而无敌,无怨才是佛。所有烦恼,都是放不下的执著 开源技群 328035181 MyGitee

Sql Server查找临时表,并删除

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

if exists(select * from tempdb..sysobjects where id=object_id('tempdb..#temp'))
drop table #temp

posted on 2010-02-04 11:21  cn2025  阅读(310)  评论(0)    收藏  举报

导航