We have two different Azure Accounts with each having a set of databases.
Now, there is one database that we need to access in both the accounts with joins involving local tables (Especially one huge local table).
We tried distributed queries, but the performance dips with joins. We, therefore, want to mirror a table from the other azure account into this account's db so that it becomes a local table and join work faster.
We only need read only access to the mirrored table, the changes need to reflected almost instantaneously though the frequency of updates is not that high.
What is the way of achieving this ?