On Tue, Aug 30, 2011 at 3:45 PM, Richard Frovarp <[email protected]>wrote:
> I'm working on something now where I'm using two separate DBs. I'm actually > trying to compare data between the two systems. So my maps should be > identical, just two different nodes. > > Is there an easy way to do this? Right now it seems that I do a copy and > paste, then change the prefix or other such identifier between the two. Am I > missing something where this is easy to setup? > > Thanks, > Richard > Now I'm starting to have some trouble. The table names and even the schema between the two systems are the same. So the modeler is through errors due to multiple things having the same name. Outside of having views built that have different names (this is a read only program), are there any ideas?
