批量插入到 SQL Server CE
我现在正在为一个网站使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有一个批量插入库,您可以使用:http://sqlcebulkcopy.codeplex.com
I have a Bulk Insert library, that you may be able to use: http://sqlcebulkcopy.codeplex.com