无法打开导入到 SQL Server 2008 中的 SQL Server 2000 DTS 包

发布于 2024-10-21 11:26:25 字数 616 浏览 2 评论 0原文

我在尝试打开导入到 SQL Server 2008 中的 SQL Server 2000 DTS 包时遇到问题。我设置了一台新服务器并全新安装了 SQL Server 2008。我需要运行的数据库是 SQL Server 2000 数据库。我毫无问题地移动了数据库,但有一些 DTS 包需要在 SQL Server 2008 上以旧版本运行。我从 SQL2000 中导出了所需的 DTS 包,并将它们成功导入到 SQL Server 2008 中。我的 SQL Server 2008 是x64。

我可以在旧版数据转换服务下看到 DTS 包,但当我尝试打开该包时,我收到此消息。 “编辑 DTS 包需要 SQL Server 2000 DTS 设计器组件。安装特殊的 Web 下载“SQL Server 2000 DTS 设计器组件”才能使用此功能。(Microsoft.SqlServer.DtsObjectExplorerUI)”

我下载了这些组件并安装了它们,但仍然得到这个错误。我研究并发现一篇关于此问题的文章在 x64 上不起作用,所以我有一台 x86 计算机,我安装了 SQL Server 2008 工具并尝试从那里打开包并得到相同的错误。

我已经花了几天时间在这上面并且需要帮助。有谁遇到过这个并可以告诉我该怎么做。如果您解决了这个问题,请帮帮我。谢谢。

I am running into a problem trying to open a SQL Server 2000 DTS package I imported into SQL Server 2008. I set up a new server and installed a fresh install of SQL Server 2008. The database I need to run is a SQL Server 2000 database. I moved the database over with no problem but there are a few DTS packages that need to run in legacy on SQL Server 2008. I exported the DTS packages I need out of SQL2000 and imported them successfully into SQL Server 2008. My SQL Server 2008 is x64.

I can see the DTS packages under Data Transformation Service in Legacy but when I try to open the package I get this message. "SQL Server 2000 DTS Designer components are required to edit DTS packages. Install the special web download, "SQL Server 2000 DTS Designer components" to use this feature. (Microsoft.SqlServer.DtsObjectExplorerUI)"

I downloaded the components and installed them and still get this error. I researched and found an article about this not working on x64 so I have an x86 machine that I installed the SQL Server 2008 tools and tried to open the package from there and got the same error.

I have spent days on this and need help. Has anyone run across this and can tell me what to do. If you have solved this problem, please help me out. Thanks.

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

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

发布评论

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

评论(1

简单气质女生网名 2024-10-28 11:26:25

我也遇到过类似的问题,最后还是放弃了。

我的解决方法是使用以下方法之一:

  1. 将 DTS 包重写为存储过程,并安排一个作业来根据需要运行它。
  2. 将DTS包重写为SSIS进程。
  3. 将旧版 DTS 包导入 SQL Server 2005 实例,并使用链接服务器更新现在在 SQL Serve 2008 下运行的数据库。

I've had a similar problem and eventually gave up.

My workaround was to use one of these approaches:

  1. Rewrite the DTS package as a stored procedure, and schedule a job to run it as appropriate.
  2. Rewrite the DTS package as a SSIS process.
  3. Import the legacy DTS package onto a SQL Server 2005 instance, and use linked server's to update the database now running under SQL Serve 2008.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文