从 asp.net 中的平面文件读取数据

发布于 2024-10-14 16:01:52 字数 202 浏览 6 评论 0原文

我在某些目录中有平面文件。每个平面文件包含大约 60,000 行数据。之前我们使用Excel表格来上传数据。但现在的挑战是需要更多时间将数据上传到数据库表中。任何人都可以建议我将如此庞大的数据上传到数据库表的最佳方法是什么。我们可以使用SSIS来上传数据吗?如果是这样,我们怎样才能实现这一目标?或者请建议我可行的方法。 (上传数据的效率是这里的主要标准)。

谢谢, 穆拉利

i have flat files in some direcotry. each flat file contains around 60,000 rows of data. earlier we were using excel sheets to upload data. but now the challenge is it is taking more time to upload data into DB tables. can any body suggest me which is the best way to upload such a huge data into db tables. can we use SSIS for uploading data. if so, how can we achieve that. or please suggest me the feasible way. (effieciency of uploading data is main criteria here).

thanks,
murali

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

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

发布评论

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

评论(1

二智少女 2024-10-21 16:01:52

创建一个 WCF 服务,调用其方法对文件请求进行排队。
该服务应该负责读取文件并将其备份到数据库。

Create a WCF service, call a method on it to queue the file request.
And the service should take care of reading the file and backing it to DB.

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