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

You can now load a database woth OrcaMDF.OMS from the command line #20

Closed zippy1981 closed 10 years ago

improvedk commented 10 years ago

Looks good, thanks. I added some comments just to make sure the codestyle matches the overall codestyle of OrcaMDF/OMS.

zippy1981 commented 10 years ago

Opening a new cleaner pull request