Databases

  1. Home
  2. Computing & Technology
  3. Databases
photo of Mike Chapple

Mike's Databases Blog

By Mike Chapple, About.com Guide to Databases since 2000

SQL Server Bulk Logged Recovery Model

Thursday January 8, 2009
The bulk-logged recovery model is a special-purpose model that works in a similar manner to the full recovery model. The only difference is in the way it handles bulk data modification operations. The bulk-logged model records these operations in the transaction log using a technical known as minimal logging. This saves significantly on processing time, but prevents you from using the point-in-time restore option.

Microsoft recommends that the bulk-logged recovery model only be used for short periods of time. Best practice dictates that you switch a database to the bulk-logged recovery model immediately before conducting bulk operations and restore it to the full recovery model when those operations complete.

Read more about the bulk-logged recovery model and other options in SQL Server Recovery Models.

Comments

February 2, 2009 at 1:37 am
(1) SQL recovery says:

The SQL Server 2000 and 2005 resource depends upon the SQL network name resources and the physical drive resources that store their data. When volume mount points are being used simultaneously with the physical drives, every volume mount point must appear as a cluster resource.

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Discuss

Community Forum

Explore Databases

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

Databases

  1. Home
  2. Computing & Technology
  3. Databases

©2009 About.com, a part of The New York Times Company.

All rights reserved.