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

RawDatabase streaming support #25

Closed improvedk closed 10 years ago

improvedk commented 10 years ago

Should support reading from file on-demand rather than keeping bytes in memory.