Please, explain your situation in more detail.
 

 Do you mean one-time aggregation of the data in two copies of a database, or 
do you need to constantly keep two databases with the same structure in sync?
 

 If the first, you should start with a 'diff' of the contents and then try to 
generate suitable insert/update statements to bring the missing data into one 
of the databases.
 

 If the second - you need replication.

Reply via email to