如何删除数据库里面所有空的表?如题[解决办法]exec sp_msforeachtable 'if not exists(select 1 from ?) drop table ?'[解决办法]这个问题是由于此表有关联造成的,需要单独操作