Common Workflows
Practical recovery and audit scenarios with Log Reader.
Undo an accidental DELETE / UPDATE
- Connect and select the database (FULL recovery recommended for online log).
- Narrow filters to the table and approximate time window.
- On Log Entries, find the offending operations; open Data Changes if you need before/after values.
- Generate Undo scripts for the selected rows; review in SSMS on a copy first when possible.
- For multi-statement accidents, use the Transactions or Recovery tab for transaction-scoped undo/redo.
Point-in-time recovery script
- Open the Recovery tab and set the target point in time.
- Choose undo vs redo direction based on whether you need to reverse or re-apply work.
- Export the script; execute under change control after backup verification.
Audit who changed a row
- Use Row History / filters for the table and key.
- Walk the timeline of INSERT/UPDATE/DELETE entries and export for the ticket.