the easy way:
backup the DB, execute the ETLs, restore the DB in case of a problem...
in fact, its a big recommendation to always backup first, so there is no =
overhead here.
[quoted text, click to view] "Joe" <hortoristic@gmail.dot.com> wrote in message =
news:D6985AF3-799E-4B96-8A87-7A823C9C1FC2@microsoft.com...
How have folks been managing rollbacks on failures inside SSIS when =
populating data marts?
For example - we have a seperate package for each dimension table, =
then a master Fact table update. If one of the dimension table updates =
fails - how have you rolled back the previous changes in the tables =
updated prior to the failure - or if the Fact tabel package fails - how =
do you manage rollback in all the dimension tables?
My first thought was using the Audit table information to determine =