Does user need SQL 2008 Express Installed if I deploy app with .mdf file?

前端 未结 2 1735
北恋
北恋 2021-01-15 03:27

I\'m making a Win app on the 3.5 framework. I\'d like to include a database file with the app. This would a single-user db. I looked at the 2 different types of db files

相关标签:
2条回答
  • 2021-01-15 03:41

    Yes, at a minimum SQL Express would be required. The advantage of the compact edition is that this requirement is eliminated since the database engine can be x-copy deployed.

    0 讨论(0)
  • 2021-01-15 03:44

    Yes. MDF is just a file and needs a SQL Server database engine to use it.

    0 讨论(0)
提交回复
热议问题