Describe the importance of a transaction log to DR.
Transaction logs are crucial to disaster and data recover efforts as they store the records for the beginning of a transaction, the type of operation being performed, the names of objects affected, before and after values of the tables, transaction pointers, and the ending of a transaction(COMMIT). Best practices states that logs should be stored on several different drives, possible of tapes and in multiple locations to ensure proper DR.