- Full - The full recovery model is used in production settings as default recovery model. In this recovery model the database as well as the transaction logs are backed up. So the database can be recovered back to any point in time.
- Bulk Logged - The bulk logged recovery model can be used while doing bulk insert."BULK INSERT" will insert large amounts of data from various types of files.When the bulk logged recovery model is set the bulk inserts are not saved in the transaction logs, as it can be very taxing to save in the transaction log.
- Simple - This does not take any transaction log back up. Suited for a development environment.
Saturday, May 10, 2008
SQL server 2005 - recovery model
The SQL server 2005 has 3 recovery models. These are as follows:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment