Cross database queries on views in SQL Azure
There are some nice articles about setting up this feature in SQL Azure. I prefer this one: https://ppolyzos.com/2016/07/30/cross-database-queries-in-azure-sql-databases/ but you could also go for this ‘official’ Microsoft doc at https://docs.microsoft.com/en-US/azure/sql-database/sql-database-elastic-query-getting-started-vertical But in both of the articles I couldn’t find anything about the usage of views, so I tried it out myself. I will go on with the article on…