DavidWRouse
Registered User.
- Local time
- Today, 19:06
- Joined
- Jul 24, 2003
- Messages
- 42
Merging two databases
I want to merge the data (20 tables) of two databases.
But the key in the PK's could be duplicated.
I was thinking of writing a module to renumber the PK. of each database, and to amend the FK in any table linked.
Then i could just append the one table to the next.
Seems a bit complicated, Does anyone know a better way to merge the tables??
I want to merge the data (20 tables) of two databases.
But the key in the PK's could be duplicated.
I was thinking of writing a module to renumber the PK. of each database, and to amend the FK in any table linked.
Then i could just append the one table to the next.
Seems a bit complicated, Does anyone know a better way to merge the tables??
Last edited: