Forum Discussion
Ewere290
Apr 12, 2021Copper Contributor
Recovering data using Database Transactional logs
Dear Colleagues We got our SQL Server database running MS dynamics affected by Malware specifically the Medusa locker “ReadInstructions” malware. The closest functional backup we have is November ...
Ewere290
Apr 12, 2021Copper Contributor
Dear Olafhelper,
It is in simple mode.
It is in simple mode.
olafhelper
Apr 13, 2021Bronze Contributor
Then you have a problem.
As soon as a transaction gets committed, the data in log is marked as done (released) and will be overwritten by later transactions.
Without good backups I don't see a way to recover any lost data.