摘要: 删除用户表 1、select 'DROP TABLE '+name from sysobjects where type = 'U'删除视图 2、select 'DROP VIEW '+name from sysobjects where type = 'V' 删除存储过程 3、select 'DR 阅读全文
posted @ 2011-04-27 14:40 无恨星晨 阅读(764) 评论(1) 推荐(0)