improvedk / OrcaMDF

A C# parser for MDF files. Allows you to read tables, metadata and indexes from MDF files without it being attached to a running SQL Server instance.
http://improve.dk/archive/2011/05/03/introducing-orcamdf.aspx
GNU General Public License v3.0
181 stars 74 forks source link

is it possible to read details from ldf file as well #35

Closed sandeep221417 closed 6 years ago

sandeep221417 commented 6 years ago

is it possible to read details from SQL Server ldf file as well ? Have you ever tried to do so

improvedk commented 6 years ago

It's definitely possible, but not using OrcaMDF. I haven't looked into the LDF format myself.