Read and analyze SQL Server transaction logs from online databases, .ldf log files, and backup files. Generate undo/redo recovery scripts, perform point-in-time analysis, and audit every INSERT, UPDATE, and DELETE with a visual timeline.
Complete transaction log analysis with recovery script generation and visual timeline.
Read transaction logs from online databases using fn_dblog, or from offline .ldf and backup files using fn_dump_dblog. View every INSERT, UPDATE, DELETE, and DDL operation with full details.
Generate T-SQL undo scripts to reverse any transaction, or redo scripts to replay changes. Scripts include proper error handling with BEGIN TRY/CATCH and transaction wrappers.
Restore any table to a specific point in time by generating recovery scripts that undo all committed transactions after your target timestamp.
See transaction activity in a color-coded timeline with automatic alert detection for mass deletes (100+ rows) and unusually large transactions (1000+ operations).
Read from online databases, standalone .ldf files, .mdf data files, or .bak backup files. Switch between sources seamlessly from the toolbar.
Automatically group log entries into logical transactions with insert/update/delete counts, duration, status (committed/rolled back), and affected tables.
Export log entries and transactions to CSV, generate recovery SQL scripts, or create dark-themed HTML reports with summary statistics for forensic documentation.
Filter by time range, table name, login name, transaction ID, operation type (INSERT/UPDATE/DELETE), and free-text search across all log entry fields.
Read every INSERT, UPDATE, and DELETE from your transaction log. Generate undo scripts, perform point-in-time recovery, and audit data changes with a visual timeline.