读书人

Drop table 表名后还能不能恢复解决方

发布时间: 2012-01-10 21:26:50 作者: rapoo

Drop table 表名后还能不能恢复
Drop table 表名后还能不能恢复

[解决办法]
:-( 不能了吧
[解决办法]
没有备份的就不能恢复了
[解决办法]
删除一个或多个数据库

A. 除去单个数据库
下例从系统表中删除 publishing 数据库的所有引用。

DROP DATABASE publishing

B. 除去多个数据库
下例从系统表中删除每个列出的数据库的所有引用。

DROP DATABASE pubs, newpubs

读书人网 >SQL Server

热点推荐