I have a DTS package, which has some tasks. Each task is suppose to copy the data from an excel sheet to a table in the database. In case we encounter any error in the execution of any step all the data copied in the previous tasks in already populated. We want to commit the changes only when all the steps are executed successfully. Please tell me if there is any way to handle this.
Thanks in advance.
Thanks in advance.