使用 C# 将 SQL Server 数据库复制到 .SDF 文件

发布于 2024-11-26 12:42:26 字数 76 浏览 1 评论 0原文

我的本地网络上运行着一个 SQL Server,并且希望能够将其本地副本作为 SDF 文件签出以便在移动时使用。这可以在 C# 中实现吗?

I have a SQL Server running on my local network, and want to be able to check out a local copy of it as an SDF file to work with on the move. Is this possible to do in C#?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

酒几许 2024-12-03 12:42:26

我摆弄了以下内容,认为它应该满足您的需求。

http://sqlcetoolbox.codeplex.com/

我在讨论这个类似的问题时意识到了这一点:

SQL 到 SQL CE:如何读取 SQL 或 Access 数据库并将其写为 SQL CE 数据库?

注意对于 codeplex 项目,您可以访问加载项,它将为您提供所需的最终结果,或者源代码 - 如果您只想查看代码。

I have fiddled with the following and think it should meet your needs.

http://sqlcetoolbox.codeplex.com/

I became aware of it while conversing this similar question:

SQL to SQL CE: How to read an SQL or Access database and write it out as SQL CE database?

Note with the codeplex project you have access to the add-in which will give you the end result you are looking for, or the source code - if you only want to see the code.

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