Three Instances on Server

C

CQ

I want to be able to take all the data from Instance 1 and copy it in it's
entirety to Instance 3. I know how to do that. Now, here is the interesting
part: I want to take everything in Instance 2 and APPEND it to the data in
Instance 3. Therefore, I would have Instance 3 with all the data from 1 and
2 (but no duplicates). Any thoughts?
 
Top