rollback4sqlserver
Agent
Polling live log

Connect to Local Agent

Start logrecovery.exe serve on your SQL Server machine, then enter its URL above.

Quick start

.\logrecovery.exe serve \
  --host ".\SQLEXPRESS" \
  --user sa --pass *** \
  --all-dbs --since 24h
Transaction Log
Time Operation Database Table SQL Preview Actions

Review before executing. This script reverts committed transactions. Test on a backup first. The COMMIT TRANSACTION is commented out by default.