Connect Fabric warehouse in Azure Sql server

Chandu R 5 Reputation points
2024-07-12T09:19:29.8166667+00:00

I need assistance with querying a Microsoft Fabric Warehouse using Azure SQL Server. I want to perform join operations between tables in Azure SQL Database and Fabric Warehouse. I have explored options such as linked servers however it doesn't support, but I am looking for the best approach and need guidance on implementation. Please provide support or any relevant documentation on how to achieve this integration.  

Azure SQL Database
Microsoft Fabric Training
Microsoft Fabric Training
Microsoft Fabric: A Microsoft unified data platform.Training: Instruction to develop new skills.
28 questions
{count} votes

2 answers

Sort by: Most helpful
  1. ShaktiSingh-MSFT 14,386 Reputation points Microsoft Employee
    2024-07-12T09:27:44.57+00:00

    Hi Chandu R •,

    Welcome to Microsoft Q&A forum.

    As I understand, you want to Connect to Microsoft Fabric Warehouse and Azure SQL Server to establish some mapping.

    Let us know if our understanding is correct.

    You can try using Data Factory and connect to both, then create mapping in Data Factory for transformations.

    Refer: https://learn.microsoft.com/en-us/azure/data-factory/connector-microsoft-fabric-warehouse?tabs=data-factory

    https://learn.microsoft.com/en-us/azure/data-factory/connector-sql-server?tabs=data-factory

    Hope this helps. Let us know if you have queries.

    Thanks.

    0 comments No comments

  2. Nandan Hegde 31,436 Reputation points MVP
    2024-07-15T07:24:26.51+00:00

    Unfortunately you cannot directly query fabric warehouse from Azure SQL database as external tables/elastic query doesn't support AD authentication and only SQL auth.

    there would be 2 ways to cross query the data:

    1. leverage dataflow Gen 2 would Azure SQL database and Fabric warehouse and merge/append etc via Power query transformations
    2. establish Azure SQL database mirroring and then cross query via shortcuts/fabric warehouse