使用较新版本的 Visual Studio 管理较旧的 SSIS 项目
我知道 VS 2010 可以针对特定的 .NET Framework 版本,但具体来说...
我可以使用 VS2010 支持需要以 2005 格式保存的 SSIS 包吗?
VS2008怎么样?
我正在尝试确定我需要获得哪个版本的许可证。我希望我能在2010年做好一切。
I know that VS 2010 can target specific .NET Framework editions, but specifically...
Can I use VS2010 to support SSIS packages that need to be saved in 2005 format?
How about VS2008?
I am trying to determine which edition I need get a license for. I am hoping I can do everything in 2010.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不相信 SSIS 还支持 Visual Studio 2010(即使使用 SQL 2008 R2,我也使用 VS 2008)。但是,如果您有 SSIS,它应该随 Visual Studio 2008 一起提供。它称为 Business Intelligence Development Studio (BIDS),并且随 SSIS 一起安装。
至于以旧的SSIS项目为目标,我相信2008年将目标是2005年。你只需要安装SSIS管理工作室就可以了。
编辑:要明确的是,BIDS 2008 将无法修改 2005 软件包(不过我相信您可以运行它们)。您只需为要修改的每个版本安装 BIDS(而不是整个 Visual Studio)。这是一个包含更多解释的链接:
http://social.msdn .microsoft.com/Forums/en-ZA/sqlintegrationservices/thread/4fe1b042-3f8d-473d-b9fe-2c4adeb67bcd
具体而言,您将需要您尝试编辑的版本级别的 SSIS 开发人员许可证。因此,如果您正在编辑 SSIS 2005 包,则需要 2005 SSIS 开发人员许可证。请在此处查看更多详细信息:
http://social. msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/0b2754aa-716e-4f81-85c0-3b6dcdc34bb3/
I do not believe that Visual Studio 2010 is supported by SSIS yet (even with SQL 2008 R2 I use VS 2008). However, if you have SSIS it should come with Visual Studio 2008. It is called the Business Intelligence Development Studio (BIDS) and it installs with SSIS.
As for targeting an older SSIS project, I believe 2008 will target 2005. You just need to install the SSIS management studio and you will have it.
Edit: To be clear, BIDS 2008 will not be able to modify 2005 packages (I believe you can run them though). You will need to install just BIDS (not the entire Visual Studio) for each version you want to modify. Here is a link with more explanations:
http://social.msdn.microsoft.com/Forums/en-ZA/sqlintegrationservices/thread/4fe1b042-3f8d-473d-b9fe-2c4adeb67bcd
As for licensing specifically, you will need a developer license for SSIS at the version level you are trying to edit. Therefore, if you are editing SSIS 2005 packages, you will need a 2005 SSIS developer license. See more details here:
http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/0b2754aa-716e-4f81-85c0-3b6dcdc34bb3/