Every DBA has lived this moment: someone runs a DELETE without a WHERE clause on a production table, and the room goes quiet.

Oracle has had an answer for this for years — Flashback Query. SQL Server's answer has basically been: hope your backup chain is intact, or pay for a $2,000 transaction-log forensics tool.

So I built SQL RecycleBin.

It's...