在 SQL Server 2008 Express 中计划 CSV 导入

发布于 2024-12-01 16:34:47 字数 385 浏览 3 评论 0原文

我正在使用一个数据抓取应用程序,它从单个网页抓取数据并生成 CSV 文件。 我想以频繁的间隔从该 csv 文件批量导入 SQL Express 2008 中的数据。

请建议一种解决方案,通过首先截断整个表而不是导入新数据来安排数据导入。

在 SQL Server 中,我知道可以通过 SQL Server Agent 完成此操作,但我不知道如何在 SQL Server Express 中完成此操作。

或者,如果您可以建议一个单一的解决方案来从网页中废弃表格数据(以固定的时间间隔)并将其直接导入数据库并生成一些日志,那就太好了。

可以通过一些ETL工具来完成吗?

我正在寻找一些开源的轻量级解决方案来实现这一目标,但如果没有,请建议一个商业解决方案。

谢谢!

I am using a data scraper app which scrapes the data from single webpage and generates a CSV file.
I want to bulk import the data in SQL Express 2008 from this csv file at FREQUENT INTERVALS.

Please suggest a solution to schedule data import by first truncating the entire table than importing the fresh data.

In SQL Server I know it can be done via SQL Server Agent but I have no idea how to do it in SQL Server Express.

Or It would be great if you can suggest a single solution to scrap the tabular data (at fixed intervals) from a webpage and import it directly in the DB and produce some log.

Can it be done via some ETL tool?

I am looking for some open source light-weight solution to achieve this but if there is none than please suggest a commercial solution.

Thanks!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文