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

前端 未结 3 1480
误落风尘
误落风尘 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:50

    You cannot run it with the 2008 version of dtexec and you certainly cannot deploy it into the catalog, but if you could install the minimum you need to run SSIS 2012 onto a server somewhere you could then execute the package from filesystem with the 2012 version of dtexec.

    See also http://msdn.microsoft.com/en-us/library/bb522577.aspx

提交回复
热议问题