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

 

相关文章: