Merge two identical databases/schemas. [message #423640] |
Fri, 25 September 2009 16:57 |
wajidjafri
Messages: 6 Registered: September 2009
|
Junior Member |
|
|
QUESTION
=========
We need to merge data between two databases. Database-A has 566GB of data. Database-B has 3GB of data. User/Table structures are same at both places. Database-A has no primary keys. How can we merge B into A so that we do not get duplicates?
Appreciate if someone can help us here. Thanks.
Wajid
|
|
|
|
Re: Merge two identical databases/schemas. [message #423963 is a reply to message #423640] |
Tue, 29 September 2009 08:18 |
wajidjafri
Messages: 6 Registered: September 2009
|
Junior Member |
|
|
Mahesh:
Thanks for your input. It will certainly help.
But I am looking a clean solution with 100% no-duplicate results.
Do you think we will have to write a procedure for each table to compare each row to resolve this problem?
Wajid
|
|
|
|