0
votes

I'm using SQL 2016 and am creating SSIS packages. Due to the environment, the SSIS packages must use the package deployment model and not the project deployment model. Integration Service Catalogs will not be installed.

This link indicates using the legacy package deployment model, SSIS packages may be stored in the MSDB.

https://docs.microsoft.com/en-us/sql/integration-services/packages/deploy-integration-services-ssis-projects-and-packages?view=sql-server-ver15

I've googled for instructions on how to store legacy package model SSIS packages to the MSDB and can't seem to find any instructions.

1

1 Answers