Hello everyone.
I have 3 similar databases containing multiple tables with different data, that I need to merge into one.
How can I do it while preserving data integrity since the main AutoID will change.
Let's say 3 tables
Contacts
Interviews
JobHistory
Interviews and JobHistory will have the ContactsID as FK but after I import Contacts this ID will change as it will append to the current one.
So how can I link the imported Interviews and JobHistory to the new IDs?
Thanks.
I have 3 similar databases containing multiple tables with different data, that I need to merge into one.
How can I do it while preserving data integrity since the main AutoID will change.
Let's say 3 tables
Contacts
Interviews
JobHistory
Interviews and JobHistory will have the ContactsID as FK but after I import Contacts this ID will change as it will append to the current one.
So how can I link the imported Interviews and JobHistory to the new IDs?
Thanks.