Transaction Log Architecture Backups. Transaction log records all transactions and the database modifications made by each transaction.
Transaction log helps in: - Recovering individual transaction in case of failures - Helps in recovering incomplete transactions if a running SQL server fails. - It helps to restore the database to the point where it failed. - The transaction log is a separate file or set of files.
The transaction log cache is managed separately from the data pages making it robust
|