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

Exception in PrimaryRecord #6

Closed nhdmalik closed 11 years ago

nhdmalik commented 11 years ago

While opening mdf file it throw exception "out of index" in PrimaryRecord.cs at line NumberOfColumns = BitConverter.ToInt16(bytes, offset); Exception occurd at 2nd pass.

improvedk commented 11 years ago

What SQL Server version does the MDF stem from? Has it been upgraded from an earlier version of SQL Server by any chance?