I need to get some columns from SQL Server and others from DB2.
And if possible even use an inner join on them to join them (but it would already help to get data from both even if the join is impossible).
Is this even possible? Or would i have to move data from one to another and have it in sync? Any ideas how to solve this are welcome.