Hi,
I have a single SSIS solution with many packages developed in BIDs on SQL 2008 R2. I moved the solution to a new server running 2012 and upgraded the packages using Upgrade Wizard. I need to run these in package deployment model until I find the time to move to the new project model.
The problem is that every time I go to execute the package in debug mode, the solution takes forever to build. I assume perhaps it's building all of the packages in the solution rather than just the one that I'm changing(?) In 2008 it seemd to take only a second to build...assume it simply copied the .dtsx to deploy location for only those packages that are changed.
Are there other differences in 2012 build process (package model) to be aware of?
What settings can I check to try to speed up the build process?
Should I break my solution into several having fewer packages?
TIA,
Josh