使用嵌入式 firebird 数据库和 SSIS 进行 ETL 过程

发布于 2024-11-07 13:08:41 字数 306 浏览 0 评论 0原文

我对 SSIS 没有太多经验,我想要一些建议/意见。

我需要为 ETL 实现一个 SSIS 包,用于将 firebird 数据库迁移到 Sql Server。

对于源,我可以直接访问 Firebird 数据库(GDB),并且我不想使用 firebird 服务器,而是以某种方式直接访问 GDB,也许在 firebird 嵌入式服务器(DLL)的帮助下

对于目标,我更喜欢如果可能的话,使用 WCF 服务的端点作为目标,但如果没有其他选择,我也可以保存到目标数据库。

有谁对此有一些经验并可以提供一些建议/指导吗?

谢谢

I don't have too many experience with SSIS, and I would like some suggestions / advices.

I need to implement a SSIS package for ETL, for migrationg firebird database to Sql Server.

For source I have direct access to Firebird database (GDB) and I don't want to use the firebird server, but instead somehow access the GDB directly, maybe with the help of the firebird embedded server (the DLL)

For destination, I prefer to use as destination the endpoints of WCF services, if possible, but I can save to destination database as well if no other option.

Does anyone have some experience with those and can give some suggestions / directions?

Thank you

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

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

发布评论

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

评论(1

可是我不能没有你 2024-11-14 13:08:41

我设法使用 FireBird 的 ODBC 驱动程序创建数据连接 - 它询问客户端 dll 的位置,应该是 fbembedd.dll / gds32.dll,然后您就可以看到数据

I managed to create the data connection using ODBC driver for FireBird - it asks for location of client dll, which should be the fbembedd.dll / gds32.dll, and then you can see the data

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