Apr 12 2021 07:10 AM
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 and we have got it running. The database (.mdf) was messed, However the Database Transactional log file (.ldf) are available and up to date.
Is there any way of recovering data using the transactional log file that are up to date?
Would appreciate any support.
Apr 12 2021 11:11 PM
Hello @Ewere290 ,
In which recovery mode is the database?
You didn't mentioned any log backup, so it's mode "Simple"?
Olaf
Apr 12 2021 11:28 PM
Apr 13 2021 04:20 AM
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.