use tax_ceshi
select 'DROP TABLE '+name from sysobjects where type = 'U'
union
select 'DROP VIEW '+name from sysobjects where type = 'V'
union
select 'DROP PROC '+name from sysobjects where type = 'P'
union
select 'drop function '+name from sysobjects where type = 'tf'
union
select 'drop function '+name from sysobjects where type = 'fn'
相关文章
- 03-19sqlserver 删除表 视图 函数 存储过程
- 03-19sqlserver存储过程检查表是否存在,存在即删除,不存在创建,家while遍历插入数据
- 03-19如何导出存储过程、函数、包和触发器的定义语句?如何导出表和索引的创建语句?...
- 03-19SQL 查询所有表名、字段名、类型、长度、存储过程、视图
- 03-19视图、存储过程、触发器、函数、索引、游标
- 03-1907--视图、触发器、存储过程、函数、流程控制
- 03-19SqlServer判断数据库、表、字段、存储过程、函数是否存在
- 03-19删除数据库中所有表,存储过程
- 03-19sqlserver 存储过程 删除
- 03-19sqlserver检索函数、存储过程、视图 中的关键字