OrcaMDF icon indicating copy to clipboard operation
OrcaMDF copied to clipboard

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.

Results 11 OrcaMDF issues
Sort by recently updated
recently updated
newest added

Hi, Can you able to share me Rawdatabase.cs file?

Add support for .NET Standard 2.0 (in all the core libraries) and .NET 4.6.1 (in the OMS and test projects). Summary of changes: - Update all projects to [SDK style][1];...

I am trying to read the sysschobjs table using rawdatabase. Using the sample code from http://improve.dk/orcamdf-rawdatabase-a-swiss-army-knife-for-mdf-files. **var db = new RawDataFile(@"c:\temp\temp.mdf"); var records = db.Pages .Where(x => x.Header.ObjectID == 34...

This helped me a lot in restoring my database with the MDF file I had. A sample code which may help others to save as script file. Replace the method...

I have a table with timestamp field. It gives exception in OrcaMS.

Hi Mark, I have a question regarding ORCAMDF project and particularly about reading simple records data page pagetype = 1. I have a full backup file for mssql database. There...

Test database: 1c634a4c-b633-478f-9445-c466e12d3fbb Loading Boot Page Loading Boot Page Loading Primary Record Page (1:16) Loading Primary Record Page (1:130) Loading Primary Record Page (1:18) Loading Primary Record Page (1:107) Loading...

Bug

Many unit tests fail with a message like "'D:\Projects\OrcaMDF (GIT)\DBTests\6d104c11-7aa6-4241-b014-b83d93f636e7_SqlServer2008R2.ldf'" If you commit the test MDFs, I will modify the unit tests so they are loaded using relative paths.