摘要: use 数据库名(是要删除表的所在的那个数据库的名称)GOdeclare @sql varchar(8000)while (select count(*) from sysobjects where type='U')>0beginSELECT @sql='drop table ' + nameFR 阅读全文
posted @ 2017-05-15 11:15 落霞秋水 阅读(182) 评论(0) 推荐(0)