Hi ,
I have 10 packages in a container of SSIS package. When i execute the package 5 packages executed successfully and 6 th package failed. So i want to rollback all the packages which are executed successfully. I think we can do this using Transactions by selecting TransactionOption as Required.Is there any property need to set for rollback all packages?
Thanks in advance,
Visu