81
posted ago by PilgrimFarAway ago by PilgrimFarAway +81 / -0

The problem with the deleted data in AZ is not that the files were deleted. That's trivial - just undelete the ones that are fully intact. As to the broken files, rebuild the ldf (transaction logs) files and fix the gaps caused by the broken deleted files. That's rather mundane.

The problem is the zero length files. The actual data that is needed is the adjudication data for 11/3. Notice - those files are both deleted and zero-length. this is bad. The criminal first dropped the database, then deleted the file. When the file is undeleted, it will still be zero length.

The good news is that the database structure appears to be known, so that can be restored. The recovery team would then need to rebuild the database files. This is a very complex operation.