http://msdn.microsoft.com/en-us/library/ms188671.aspx
指的是Restoring data while the database is online is called an online
restore. A database is considered to be online whenever the primary filegroup is online, even if one or more
of its secondary filegroups are offline. Under any recovery model, you can restore a file that is offline while the database is online. Under the full recovery model, you can also restore pages while the database is online.
因此优势就在于restore file或object level restore而不用take整个数据库offline
本文介绍在数据库保持在线状态的同时进行文件或页面级别的恢复操作。这种方式允许在不影响业务的情况下对部分离线文件组进行恢复,适用于多种恢复模型。

547

被折叠的 条评论
为什么被折叠?



