• shensarling (7/10/2008)


    Thanks for the reply Steve.

    We have decided to set the Recovery Model of the database to Bulk-logged and then drop and recreate the index. After creating the index we will set the Recovery Model back to Full. The bulk-logged recovery model minimally logs bulk operations, in my case the creation of an index.

    Make sure you take a full backup or at least a log backup "right after" you switch the recovery mode.


    * Noel