Hi,
I have developed a SSIS Package, where I need to delete the old records and need to ad the new set of records to the remote server DB.
I need to check the following alternate Flow
When there is a Network Failure while it is populating the data to the remote DB it needs to Roll back to the previous data.
I tested this by removing the network connection in the middle while it is populating the data.
The Package execution stopped with the communication link failure error and even the ROLL BACK failed.
How do I revert back to the original data.
Regards,
Vijetha