使用嵌入式 firebird 数据库和 SSIS 进行 ETL 过程
我对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我设法使用 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