Search code examples
visual-studiossissql-server-data-tools

running pre and post deployment scripts in Visual Studio 2017 data tools (SSIS)


I have an SSIS project created in VS 2017. It is in the project model.

I have a number of tsql scripts i want to execute as part of the deployment. I cannot find anywhere in the project to add additional deployment scripts.

Is it even possible?


Solution

  • No it is not possible to include extraneous scripts or executables to be automatically executed when you deploy an SSIS project. They have to be executed separately.