我可以使用 Sql Server Express 复制和使用 mdf 文件吗?
我正在制作一个 asp.net Web 应用程序,并且正在考虑将其与 sql server Express Edition 2008 R2 绑定,因此我想复制数据库文件并将其与应用程序一起部署。这个版本可以吗?
使用此 dbms 可能会遇到什么问题?
I'm making an asp.net web application and I'm thinking about binding it with sql server express edition 2008 R2, so I would like to copy the database file and deploy it with the application. Is this possible with this version?
What problems can I expect to have with this dbms?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简短的回答是肯定的。以下链接描述了这样做的一些好处: http://www.west -wind.com/Weblog/posts/5063.aspx
此外,注释继续显示如何使用该文件夹中的数据库,并显示如何配置连接字符串。
要考虑的主要值是 http 的值: //msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnectionstringbuilder.attachdbfilename.aspx
The short answer is yes. Here's a link describing some of the benefits of doing so: http://www.west-wind.com/Weblog/posts/5063.aspx
Additionally, the comments continue to show how to work with the database in that folder, and show how to configure the connectionstring.
The primary value to regard is the one for http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnectionstringbuilder.attachdbfilename.aspx