Common Workflows
Capture → analyze → replay playbooks.
Pre-upgrade rehearsal
- Capture Extended Events from production (or a prod-like load) for a known busy window.
- Restore a backup of the database to the target version / hardware.
- Replay with the same concurrency settings; compare duration and errors on the Results/Summary tabs.
- Export PDF/Excel reports for the upgrade go/no-go meeting.
Compare two traces
- Capture (or import) baseline and candidate traces.
- Use compare views to spot new errors, slower statements, or missing events.
Safe first replay
- Enable Dry-Run so statements are prepared/validated without full side effects where supported.
- Start with fewer threads than production peak; raise concurrency after a clean pass.