如何恢复sqlserver中被删除的数据

时间:2007-05-30 18:05:35  来源:csdn  作者:怪手大分

backup log test to disk='d:\test_log'
restore database test from disk='d:\test' with norecovery
restore log test from disk='d:\test_log' with stopat='2007-05-23 17:38:40'
restore database test with recovery 

其中test_log为备份的日志文件名

test'为数据库的备份名

 stopat恢复到误操作前的时间




上一篇:JSP连接MySQL数据库的实现   下一篇:没有了

文章评论

共有 0人发表了评论 查看完整内容

推荐教程

最新教程