通过查询系统表,可以批量获得 drop 语句,执行即可。。。

select 'drop table '+name+';' from sys.tables

相关文章: