生成批量删除多个表sql语句

 

--批量删除多个表
select 'drop table ' +name from sysobjects where type = 'U' order by name 

 

posted @ 2015-08-26 11:54  davidhou  阅读(1812)  评论(0编辑  收藏  举报