Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSIS Package will a disabled task remain disabled if deployed to SSIS?

Tags:

ssis

Is a disabled task still going to run if the package is deployed to an SSIS server and executed? Or is this only a debug/design time feature?

like image 939
bitshift Avatar asked Sep 01 '25 04:09

bitshift


1 Answers

No if the task is disabled inside of a SSIS package that task will not run when the package is executed on the server.

like image 93
Ian-Fogelman Avatar answered Sep 05 '25 01:09

Ian-Fogelman