Hi,
I successfully deleted all records from a table in a database. I have a 18h old full backup + the transaction log. The database backup is FULL, the recovery model is SIMPLE.
Is it possible to "roll back" this delete from the log?
I've tried restoring this database to another name with a time before the delete event, but it keeps returning 0 rows in the table.