会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
无恨星晨
博客园
园子
首页
新随笔
联系
管理
订阅
2011年4月27日
sql快速删除所用表,视图,存储过程
摘要: 删除用户表 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)
公告