我可以使用 Sql Server Express 复制和使用 mdf 文件吗?

发布于 2024-10-31 11:22:31 字数 140 浏览 0 评论 0原文

我正在制作一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤者何惧 2024-11-07 11:22:31

简短的回答是肯定的。以下链接描述了这样做的一些好处: 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文