About 400 results
Open links in new tab
  1. Cross-database Query in Azure SQL Database | Microsoft Community …

    Mar 16, 2022 · How to cross-database query in Azure SQL Database Explanation of this guide: This guide will cover the basics on how to create an external table reference for Cross-database querying …

  2. Cross database queries between Azure SQL database and Azure SQL …

    Sep 1, 2021 · Using cross queries with external tables can be an option for Azure SQL database to query data from another Azure SQL Managed Instance database and in this article you will find the …

  3. Resolve Elastic Query issues in Azure SQL Database

    Jul 27, 2022 · Migrate the dependent databases to Azure SQL Database and use the Elastic Query functionality to query across Azure SQL databases. This requires editing the affected stored …

  4. Sample: Joining tables from different Azure SQL Databases

    Mar 13, 2019 · First published on MSDN on Jan 05, 2017 Abstract:The Elastic Database Query feature allows you to perform cross-database queries to access remote tables.

  5. Cross Database Queries | Microsoft Community Hub

    Aug 27, 2019 · After this, we will proceed to create the database scoped credential, remote data source, remote table, external table reference and other settings that need to be configured before …

  6. Lesson Learned #62: Using Cross Database Queries in Azure SQL …

    Mar 13, 2019 · I suggested to use Cross Database Queries in the similar way that we have in SQL Server using Azure SQL Managed Instance. I provided an example to do it, even using a distributed …

  7. Lesson Learned #521: Query Performance Regression with Multiple ...

    Jun 2, 2025 · Lesson Learned #521: Query Performance Regression with Multiple Execution Plans in Azure SQL Jose_Manuel_Jurado Microsoft Jun 02, 2025

  8. Lesson Learned #475:Cross-Database Queries Read and Write in Azure …

    Jan 14, 2024 · This week, we addressed a service request from a customer who wanted to keep two tables synchronized across different databases on the same Azure SQL Database server. …

  9. Cross-instance distributed transactions with Azure SQL Managed …

    Apr 29, 2021 · Introduction With Azure SQL Managed Instance, you don't need MS DTC to run distributed transactions! You can now migrate to Azure or build distributed applications with …

  10. Database ownership chaining in Azure SQL Managed Instance

    Nov 9, 2020 · First published on MSDN on Aug 17, 2018 Azure SQL Managed Instance enables you to run cross-database queries the same way you do it in SQL Server.