I have a package in SSIS with multiple task. I am loading file,if the Filesystem task at the end fail i want to be able to rollback the transaction.My package look like that....
I like to be able to rollback all the operations the SSIS script have been do...