SQL 2008 Business Intelligence Studio SSIS 包可以在 SQL 2005 中运行吗?
是否可以在 SQL 2005 环境中运行 SQL 2008 Business Intelligence Studio 创建的 SSIS 包?我不想在我的开发环境中安装 SQL 2005 / VS 2005。
Is it possible to run an SSIS package created by SQL 2008 Business Intelligence Studio in a SQL 2005 environment? I'd rather not have to install SQL 2005 / VS 2005 in my development environment.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SQL Server 2008 使用不同的脚本环境,称为 VSTA(Visual Studio Tools for Applications),而 Sql Server 2005 使用 VSA(Visual Studio for Applications)。这里详细讨论了 VSTA:VSTA 说明
SQL Server 2008 uses a different scripting environment called VSTA(Visual Studio Tools for Applications) whereas Sql Server 2005 uses VSA(Visual Studio for Applications). This talks a little more about VSTA here: VSTA explanation
是的,这是可能的 - 我一直在 2005 年的机器上运行 2008 年开发的 dtsx 软件包。
Yes it is possible - I run 2008 developed dtsx packages all the time on our 2005 box.