I've been using SQL 2014 SSIS package development and SSDT (w/ VS 2013) for about a year now. I'm familiar with both Project deployment and Package deployment models.When migrating/upgrading SSIS packages from 2008 R2 to 2014, I typically create a new Project (or open an existing project in SSDT) then ADD EXISTING PACKAGE.. and the upgrade is beautifully done, automatically, for that single package.Now, I have 100 SSIS 2008 R2 packages that I need to migrate to 2014. Is there a way to migrate all 100 packages from SQL 2008 R2 to SQL 2014 in one operation? I'd be willing to house all 100 packages in 1 Project in 2014.(or do I have to ADD EXISTING PACKAGE, 1 at a time .. 100 times)
↧