hi,
Is it possible to write a SQL query which creates a union between two data sets?
I have two SQL servers in two different locations, I currently use perl, and so linking tables with union queries across servers is not possible.
If I switch to writing my apps/reports in VB/.NET , could I create two data sets from separate querries, and then link those together with a 3rd SQL union query, so I could then bind to the final data set which would have all the data I need from both SQL servers?
Hope that makes sense and is possible.
Cheers,
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts
Is it possible to write a SQL query which creates a union between two data sets?
I have two SQL servers in two different locations, I currently use perl, and so linking tables with union queries across servers is not possible.
If I switch to writing my apps/reports in VB/.NET , could I create two data sets from separate querries, and then link those together with a 3rd SQL union query, so I could then bind to the final data set which would have all the data I need from both SQL servers?
Hope that makes sense and is possible.
Cheers,
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts