批量插入到 SQL Server CE

发布于 2024-10-27 02:22:58 字数 253 浏览 1 评论 0原文

我现在正在为一个网站使用 WebMatrix,及其内置的 SQL Server Compact 数据库,这很好,但它一次只能创建一行。它没有批量插入功能(正如我预期的那样)。但是,请看我的电子表格中有数万行。

我曾经使用 Navicat for SQL Server,它让我定义一个表名,然后它会自动将电子表格导入到表中!数万行,全部在大约30秒内完成。如何让 Navicat for SQL Server 连接到我网站的 WebMatrix 数据库,以便我可以进行批量插入?

I am using WebMatrix for a site right now, and its built-in SQL Server Compact database, and it's alright, but it only lets you create one row at a time. It has no bulk insert features (as I expected). But, see I have tens of thousands of rows in a spreadsheet.

I used to use Navicat for SQL Server which let me define a table name, then it would automatically IMPORT the spreadsheet into a table! Tens of thousands of rows, All within about 30seconds. How can I get Navicat for SQL Server to connect to WebMatrix's database for my website so I can do mass-bulk-inserts?

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

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

发布评论

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

评论(1

望她远 2024-11-03 02:22:58

我有一个批量插入库,您可以使用:http://sqlcebulkcopy.codeplex.com

I have a Bulk Insert library, that you may be able to use: http://sqlcebulkcopy.codeplex.com

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