I need to query to select full list from 2 remote databases which are structurally identical, but on different server machines.
How to use sp_addlinkedserver
to query the 2 databases in the same query?
To get something like this each database requires the same user name and password
SELECT
[Pays]
FROM
/// [db1].[dbo].[liste_pays] Union [db1].[dbo].[liste_pays]///
They even have the same name but different data inside