DTS交换工具

发布于 2024-08-02 14:13:41 字数 165 浏览 4 评论 0原文

我们有大量的 DTS 包需要转换为 SSIS 作为 SQL 升级的一部分?与向导相比,该工具的效果如何? 中提供的一些功能

DTS导入/导出 SQL操作 复制/重命名/移动文件 Activex 脚本(并不复杂,大部分业务功能都在存储过程中)。非常感谢在共享文档或网络链接或任何见解方面的任何帮助。

We have a large collection of DTS packages that need to be converted to SSIS as part of SQL upgrade?. How effective is this tool compared to the wizard?. Some of the functionality that is available in DTS

Import/Export
SQL operations
Copying/Renaming/moving files
Activex scripts (Not complex, most of the business functionality is in Stored procedures). Any help in sharing documentation or web links or any insight is well appreciated.

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

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

发布评论

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

评论(1

甜妞爱困 2024-08-09 14:13:41

您可以在此处找到完整的比较:http:// www.pragmaticworks.com/products/business-intelligence/dtsxchange/DTSxChange-vs-MSWizard.htm

在较高级别上,现有的 Microsoft 向导不处理一些常见任务,例如动态属性任务。它也不处理 ODBC 或所有平面文件条件等内容。使用 DTS xChange 工具,它将迁移几乎所有条件,重新设计包的日志记录和审核框架,并启用 SSIS 中的一些新功能。它还包括 BI xPress,它将帮助使用代码片段在迁移后迁移 ActiveX 脚本。

You can find a full comparison here: http://www.pragmaticworks.com/products/business-intelligence/dtsxchange/DTSxChange-vs-MSWizard.htm

At a high-level, the existing Microsoft wizard does not handle some common tasks like Dynamic Properties Task. It also doesn't handle things like ODBC or all the flat file conditions. With the DTS xChange tool, it will migrate pretty much all conditions, re-engineer the logging and auditing framework of the package and turn on some of the new features in SSIS. It also includes BI xPress, which will help migrate ActiveX Scripts post-migration with code snippets.

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