Hi,
I have a backup archive which I want to restore.
The restore goes fine but quite a few tables are missing.
Every one of those tables follow the same pattern, given a table ABC:
-there is a ABC_tracking table associated which is properly restored
-there is a ABC_XXX_DELTA_TABLE table which is restored
-there is a ABC_XXX_DELTA procedure which is restored as well
-but the ABC table itself is not restored
Given that I have a limited input on how the backup is done, I was wondering if there was any way to avoid this issue.
Edit: I'm aware it is due to data which hasn't been merged, what I want to know is if I can merge the data after the restore and if so how?
Thanks,