Hello,
Recently, one of our database's mdf and ldf were corrupted. We were able to recover some of the data with the capability of importing and querying the database. However, we were unable to recover ALL of the data. Some of the data is still missing because the tables that data is in contain 'chain mis linkage' errors. We found this error by running a DBCC checkdb/checktable command. DBCC couldn't fix those errors either. We're pretty sure that there is some data still barried under the corruption. Then we thought of the live LDF file. This file should have
recorded every transaction up to the point of failure. So we tried to recover that file, however there are 2 problems. First is that we don't have a back up
of that file and 2nd, that file is also corrupted. I couldn't backup the corrupted ldf file at its current state. It's giving me some unrelated error
message like disk space is out. All I know now is the only hope to recover the missing data is from the LDF file. We tried to use this software from Lumigent Log Explorer to recover it. So far no such luck with that. So
I'm asking anyone who has a similar experience or problem. Please let me know. Any possible way of recovering this LDF file would be great. Where it be from SQL Server's native tools or even if it requires us to invest in some 3rd party software. Any input is helpful. Thank you in advance.
-Heather
Recently, one of our database's mdf and ldf were corrupted. We were able to recover some of the data with the capability of importing and querying the database. However, we were unable to recover ALL of the data. Some of the data is still missing because the tables that data is in contain 'chain mis linkage' errors. We found this error by running a DBCC checkdb/checktable command. DBCC couldn't fix those errors either. We're pretty sure that there is some data still barried under the corruption. Then we thought of the live LDF file. This file should have
recorded every transaction up to the point of failure. So we tried to recover that file, however there are 2 problems. First is that we don't have a back up
of that file and 2nd, that file is also corrupted. I couldn't backup the corrupted ldf file at its current state. It's giving me some unrelated error
message like disk space is out. All I know now is the only hope to recover the missing data is from the LDF file. We tried to use this software from Lumigent Log Explorer to recover it. So far no such luck with that. So
I'm asking anyone who has a similar experience or problem. Please let me know. Any possible way of recovering this LDF file would be great. Where it be from SQL Server's native tools or even if it requires us to invest in some 3rd party software. Any input is helpful. Thank you in advance.
-Heather