November 2006
Intermediate to advanced
1232 pages
34h 10m
English
SQL Server uses the records stored in the transaction log to perform automatic data recovery in the case of a power failure or an unclean shutdown of SQL Server in which data is not damaged or corrupted in any way. In this case, backups are not needed to recover the database. This is normal SQL Server operation. Automatic recovery occurs per database every time SQL Server starts up and occurs with all of the recovery models—simple, bulk-logged, or full—discussed in the next section. SQL Server always logs enough data in the transaction log to be able to perform automatic recovery when necessary, even with the simple recovery model.
When a system failure such as a power loss occurs, there may be transactions ...
Read now
Unlock full access