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

本小妞迷上赌 提交于 2019-12-01 11:14:33

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

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!