Hey All,
I really need some help here!
I currently have 3 databases that I am writing a script for to extract data. I need to join these databases together to get one extract, but I have a whole bunch of data that I need and from different tables in the database. Therefore I have left outer joins to join up tables in there.
SQL won't let me join the databases if I have left outer joins as well, but I have only been trying a Union.
Any suggestions are welcome :)
I really need some help here!
I currently have 3 databases that I am writing a script for to extract data. I need to join these databases together to get one extract, but I have a whole bunch of data that I need and from different tables in the database. Therefore I have left outer joins to join up tables in there.
SQL won't let me join the databases if I have left outer joins as well, but I have only been trying a Union.
Any suggestions are welcome :)
Comment