导入迁移到SQL Server 2008 R2后在哪里查看SSIS包
在我的 SQL Server 2008 R2 服务器中安装 SQL Server 2005 向后兼容性组件和 SQL Server 2000 DTS 设计器组件后,我成功迁移了 SQL Server 2000 DTS 包。然后,我成功地将其迁移到 SQL Server 2008 R2 服务器中的 SSIS。价值百万美元的问题是 - 我在哪里查看或编辑 SSIS 项目?我说这些步骤成功是因为两个进程都返回了成功消息。
感谢您提供的任何提示。
After installing SQL Server 2005 Backward Compatibility Components and SQL Server 2000 DTS Designer Components in my SQL Server 2008 R2 Server, I successfully migrated a SQL Server 2000 DTS Package. I then successfully migrated it to SSIS within my SQL Server 2008 R2 Server. The million dollar question is - where do I view or edit the SSIS project? I say the steps were successful because both processes returned successful message.
Thanks for any tips provided.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,一切都与 SQL Server 2005 中的相同。
进入 SQL Server 2008 安装程序并浏览初始屏幕。在“功能选择”屏幕上,确保选择了 SQL Server Business Intelligence Development Studio(在“共享功能”下)。使用 BI studio 编辑 SSIS 项目,就像在 2005 年一样。
如果您要编辑的服务器上有现有包,请从 SSMS 连接到相关服务器的集成服务,将该包导出到您的 PC,然后编辑它在 BI 中,然后将其导入回服务器并覆盖旧版本(为了安全起见,最好重命名旧版本)。
Everything is the same as in SQL server 2005 as far as I can recall.
Enter the SQL Server 2008 setup and go through the initial screens. On the Feature Selection screen, make sure you have SQL Server Business Intelligence Development Studio selected (under Shared Features). Use the BI studio to edit SSIS projects as you would in 2005.
If you have an existing package on the server that you want to edit, connect to Integration services of the server in question from your SSMS, export the package to your PC, edit it in BI, then import it back to the server overwriting the older version (better rename the old version just to be safe).