Is it possible to access a .mdf database without SQL Server?

后端 未结 3 892
孤街浪徒
孤街浪徒 2020-12-01 18:06

I created a .mdf file by SQL Server and put it to a local file. I run my program in a computer which has no SQL Server installed. And also I used classes from t

3条回答
  •  我在风中等你
    2020-12-01 18:49

    You may try using OrcaMDF which is an open-source project.

    What is 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.

    (this description is taken from project's page).

    Author's blog

提交回复
热议问题