Sql Server查找临时表,并删除
Sql Server查找临时表,并删除:
if exists(select * from tempdb..sysobjects where id=object_id('tempdb..#temp'))
drop table #temp
drop table #temp
可以平凡 不可以平庸 无爱则无忧,无欲则无求,无怒而无敌,无怨才是佛。所有烦恼,都是放不下的执著 开源技群 328035181 MyGitee
Sql Server查找临时表,并删除: