Search code examples
visual-studio-2015ssissql-server-2016sql-server-data-tools

SSIS deployment very slow in Visual Studio 2015


My team shares a SSIS Visual Studio 2015 Project (via GIT, I know it's not ideal), any everytime I deploy this project to the SQL Server SSIS Catalog, it takes 20 minutes or more, from the third step ("changing protection level").

Deployment Wizard

I've asked my colleague to try the same thing, under the same conditions. We are on the same network, using the same Visual Studio version, deploying to the same server and using the same git commit. In her case, the deployment finishes very quickly in a matter of seconds.

Mostly i'm the one who performs changes in this project and a few months ago my deployments were also super fast. It feels like I'm "cluttering" my Visual Studio environment, but I don't know how or why.

Can I get a few hints?


Solution

  • I ended up reinstalling Visual Studio 2015 and that did the trick.