Hello,
I happen to chance upon a situation that I have to fill DataGridView where the data will come from different SQL instances. I can fill the DataGridView using Inner Join if it will come from one instance, but is it possible to make Inner Join on 2 SQL Instance?
Thanks.