Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
不,删除事务日志并不安全。但你可以缩小它:
2005
backup log XXX with truncate_only .... dbcc shrinkfile
2008
Alter database xxx set recovery simple dbcc shrinkfile Alter database xxx set recovery full
我可以将事务日志备份恢复到另一台服务器
?是的,可以,但在此之前您需要将最后一个完整备份恢复到另一台服务器。
No, it is not safe to delete transaction log. But you can shrink it:
can I restore a transaction log backup to another server
Yes, you can, but before you need to restore LAST FULL backup to another server.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
不,删除事务日志并不安全。但你可以缩小它:
2005
2008
?是的,可以,但在此之前您需要将最后一个完整备份恢复到另一台服务器。
No, it is not safe to delete transaction log. But you can shrink it:
2005
2008
Yes, you can, but before you need to restore LAST FULL backup to another server.