Forum Discussion
kvitnitskiy
2 years agoFrequent Visitor
One sql query to multiple servers
Hello all. If there is a way to get data from few MS SQL servers with only one SQL Query, and append results in to one single table at the end? like this
DinisSilveira5
2 years agoNew Member
Unfortunatelly this is the only way I know to do this natively on SQL. I think there is no other way but I'm not sure.
Another thing you can do is having a PowerBI with a table connected to each server you want to query and append everything in PowerQuery.