Hi,
I have a parent table and child table in datawarehouse environment(SCD2)
I have unix script(join Query comparing existing with new) to load the Parent table first and child table next.
If the unix script fails in middle how can i rollback.which is the best approach to do that.
Parent table(which have surrogate function)
Child table referencing to the Parent Table.
Please Suggest me