Happy New Year!
I have a Visual Studio SSIS task placed in an sequence container which itself is in a package; this task just executes an SQL script file containing 100 insert statements. One of the insert statements in the middle caused an error because of unique key violation, so the task and the sequence container turned red and the process stopped. After correcting the error in this insert statement i just want to run the rest of the inserts in the Management studio
Now the question is did SSIS do a rollback on all inserts previous to the errand insert?
Greetings from No Planet!