I have dtsx packages which are created using SSDT 2010 (SQL Server 2012). And we have used the Package Deployment Model. Now I would want to migrate my packages to latest version of SQL 2016 & Studio 2015.
I have following 2 questions -
Can I migrate my packages to SSDT 2015 and run it on SQL Server 2016?
After migration, will I be able to run it on SQL Server 2014/2012?
Or what is the recommended combination of SSIS & SQL sever?