Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why, why, and why?
Message
From
18/02/2004 10:44:54
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00877841
Message ID:
00878327
Views:
22
>Hi,
>And the recovery model is...?
>
>Valentin

The Recovery Model the method/type/format (can't think of the correct term) SQL Server uses when writing to the database and transaction log.

To see the Recovery Model for a SQL Database, from Enterprise Manager select Properties of a database. Then selection Options.

Simple
Simple Permits high-performance bulk copy operations.
Reclaims log space to keep space requirements small.
Changes since the most recent database or differential backup must be redone. Can recover to the end of any backup. Then changes must be redone.

Full
Full No work is lost due to a lost or damaged data file. Can recover to an arbitrary point in time (for example, prior to application or user error).
Normally none. If the log is damaged, changes since the most recent log backup must be redone.
Can recover to any point in time.

Bulk-Logged
Bulk-Logged Permits high-performance bulk copy operations. Minimal log space is used by bulk operations.
If the log is damaged, or bulk operations occurred since the most recent log backup, changes since that last backup must be redone. Otherwise, no work is lost.
Can recover to the end of any backup. Then changes must be redone.
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Previous
Reply
Map
View

Click here to load this message in the networking platform