Perhaps a stupid question, but ... I created the SSIS package using VS2008 Professional. I want to deploy and execute it on a server running SQL Server 2005. When I try to start it, I get an error when the version Execute Package Utilityon the server is different from the version of the package I'm trying to execute (it makes sense since I created a package with a newer VS version).
As far as I know, Microsoft is not just providing an EPU download for the โupgradeโ, since I can execute the package on a server that works with a previous version of SQL Server? Do I need to install an โunpackedโ copy of SQL 2008 just to update the package or what? On my workstation (which has VS2008), it works fine with SQL 2005.
source
share