Quote:
Originally Posted by mikesouth
im not sure I see the problem a simple unload of one database to a file then insert it into the other. If you want more control unload both to flat files, merge and sort (UNIX) then and use the uniq command(UNIX) to dedupe the merged file then load it into a database
|
Well, that's one way to entirely avoid the hassle of, uh, the database part.
