I have to load a table present in sql server 2000 database. The source for this table is 3 tables: one present in sql server 2005 DB and 2 in oracle. these 3 tables are to be joined on the basis of few columns and then the resultant data set will be inserted to the target table.
Any suggestions of how can it be done?
Thanks