I have this SSIS package which contains 5 execute package tasks. When I am debugging the main package I reach the execute package tasks and SSIS opens each package it is executing.
I don't need to see those 5 packages because I know they will work. Is there a way to only see my main package running in Visual Studio, while the other packages are running are being executed in the background?