Folks,
Version: SQL Server 2000 SP3
I've been trying to determine from the documentation if there is any
potential for data loss while a database is in Bulk-Logged Recovery Mode
(BLRM), assuming that the server does not experience anything out of the norm.
Just prior to a DBREINDEX on several tables during minimal user activity, I
plan on putting the database into BLRM. I will return it to Full Recovery
Mode (FRM) upon completion of the reorg. My concern is that if there is a
user transaction during this DBREINDEX will it be logged, and therefore
recoverable? I'm thinking yes. Would just like confirmation.
Much obliged.
--
Scott H.Scott H.,
If the backup of the log include bulk-logged operations, then you will not
be able to restore to a point-in-time within that log backup; you can restore
only the whole log backup.
If something happend during the bulk operation and you need to backup the
log, then the data files that contain the bulk-logged transaction should be
accesible. If any affected data file is inaccessible, the transaction log
cannot be backed up and all operations committed in that log are lost.
Backup Under the Bulk-Logged Recovery Model
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/c6bce51b-f401-408e-a1d6-f53866cd7351.htm
AMB
"Scott H." wrote:
> Folks,
> Version: SQL Server 2000 SP3
> I've been trying to determine from the documentation if there is any
> potential for data loss while a database is in Bulk-Logged Recovery Mode
> (BLRM), assuming that the server does not experience anything out of the norm.
> Just prior to a DBREINDEX on several tables during minimal user activity, I
> plan on putting the database into BLRM. I will return it to Full Recovery
> Mode (FRM) upon completion of the reorg. My concern is that if there is a
> user transaction during this DBREINDEX will it be logged, and therefore
> recoverable? I'm thinking yes. Would just like confirmation.
> Much obliged.
> --
> Scott H.