use master;
go
sp_msforeachtable @command1="drop table ?"
go
select * from sys.tables where is_ms_shipped=0
SQL Server一次性删除master数据库中的所有用户添加的表
阅读 63
2023-03-04
use master;
go
sp_msforeachtable @command1="drop table ?"
go
select * from sys.tables where is_ms_shipped=0
相关推荐
精彩评论(0)