工具:从 ODBC 到 SQL 的 ETL 05?

发布于 2024-07-06 08:35:36 字数 108 浏览 2 评论 0原文

我只想要一个简单的工具来帮助我快速编写可以安排运行的脚本/包。 我的转换要求非常简单(更改列名称、合并/拆分表和日期转换)。 我将牺牲灵活性来换取这一开发速度。

有想到的吗?

I just want a simple tool that will help me quickly write scripts/packages that I can schedule to run. My transform requirements are pretty simple (changing column names, merging/splitting tables, and date conversions). I'll sacrifice flexibility for speed of development on this one.

Any come to mind?

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

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

发布评论

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

评论(4

晨敛清荷 2024-07-13 08:35:36

SQL Server 2005? SSIS(但我不会称其为简单,但话又说回来,在您给出的列表中,只有命名非常简单)

您实际上可以使用 C#(.NET/任何东西,甚至可能是 PowerShell)编写脚本包创建脚本。

资源此处和< a href="http://msdn.microsoft.com/en-us/library/ms345167.aspx" rel="nofollow noreferrer">此处

编辑:(希望你不介意我在这里插入凯德) 检查您的 ODBC 驱动程序是否能与 SSIS 良好配合。 某些驱动程序(例如 DB2/400 和 Sybase 的某些版本)不能很好地工作。

SQL Server 2005? SSIS (but I wouldn't call it simple, but then again out of the list of things you gave, only the naming is really simple)

You can actually script package creation using C# (.NET/whatever, presumably even PowerShell).

Resources here and here

EDIT: (hope you don't mind me butting in here Cade) Check that your ODBC driver plays nicely with SSIS. Some drivers (DB2/400 and some versions of Sybase for example) don't work all that well.

婴鹅 2024-07-13 08:35:36

我喜欢 Pentaho 数据集成工具(也称为 Kettle)——虽然这可能有点“对你来说太大了……但值得一试!”

I like the Pentaho Data Integration tool (also known as kettle) - although that might be a bit "too big for you .. but worth checking out!

帅哥哥的热头脑 2024-07-13 08:35:36

至少对于旧版本的 SQL Server,它们附带了 DTS。 这不是最简单的,但它确实可以与 ODBC 和 SQL Server 配合使用,并且您可能已经拥有它。

At least with the older versions of SQL Server, they shipped with DTS. Not the simplest, but it does work with ODBC and SQL Server, and you may already have it.

梦纸 2024-07-13 08:35:36

一些 SQL 开发工具,例如 高级查询工具 (AQT),可让您使用命令文件执行轻量级 ETL 和调度。 ..
我们有 Informatica,但我使用 AQT 将 Oracle 写入文件,以满足短期请求。

Some SQL development tools, like Advanced Query Tool (AQT), let you do lightweight ETL and schedule with command files...
We have Informatica, but I used AQT to write from Oracle to files, for a short term request..

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