Is it possible to deploy SSIS 2012 package on SQL Server 2008

前端 未结 3 1376
误落风尘
误落风尘 2020-12-20 12:12

I have a package that is developed in SSIS 2012 using Visual Studio 2010.

  • Is it possible to deploy/attach this package on SQL Server 2008

3条回答
  •  隐瞒了意图╮
    2020-12-20 12:41

    no, you cant. SSIS package are not backwards compatible.

    Also it doesn't make much sense if you think about it. If it was the other way around, "maybe" it could be done because 2012 would somehow be aware of 2008 structure, but 2008 engine isn't aware of 2012 package structure.

提交回复
热议问题