The transaction log is a history of actions executed in a database system. It is stored in a table storage format. Transaction log guarantees ACID properties over crash failures and hardware failure. In this lab, we will learn the basics of transaction log, how it works, issues faced with transaction logs, resolving the issues and monitoring the transaction log health for better performance.
Exercise 1: Transaction Log files
Exercise 2: Sizing Transaction Log
Exercise 3: Fixing Transaction log full issue
Exercise 4: Monitoring Transaction Log health
Reviews
There are no reviews yet.