Hi @arielman2304 ,
A DTSX file corresponds with a single SSIS package.
The ispac contains all of the packages, plus some other project-level information, zipped up into an archive.
The ispac can be deployed to a SQL instance in one operation (all of the package and parameter information is transferred in one hit.)
So when you use the SSISDeploy cmd to deploy the 'Integration Services.ispac' , it overwrites the whole project.
Single package deployment in SSIS you may refer: https://www.sqlshack.com/single-package-deployment-in-sql-server-integration-services-2016/
Regards,
Zoe
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hot issues October