Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowGet certified as a Fabric Data Engineer: Check your eligibility for a 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700. Get started
Hi
Need to some general advice direction please.
We have a Data Warehouse running on SQL server. I have been tasked with ‘moving’ our current solution to the cloud and I assumed Fabric Data Warehousing was the way forward. We have dimensions and facts currently using SSIS for ETL into Staging and Data Warehouse facts (Change tracked tables).
I would not say we want to copy the existing solution like-for-like into the cloud we did an Azure SQL server test many years ago but at the time was cost prohibitive. We do allot of reporting in SSRS and are looking to leverage Power BI.
A few people have mentioned Fabric SQL databases but like I said I don’t necessarily want to recreate what we have, and I assumed Fabric Data Warehousing was the way forward. I need to understand the options for Identity and surrogate keys (previous post). As anyone else moved from onsite SQL server to Fabric Data Warehouse solution – are there any key points I need to be aware of.
Sorry for the ramble feeling little overwhelmed.
Solved! Go to Solution.
Hi @Si_7777,
First of all, I can understand the overwhelming nature of moving to Fabric. There's a lot of options and tradeoffs to them, meaning there's a lot to sift through. You're asking good questions, which is a great place to start. I'll see if I can help you sort through it.
As for moving a data warehouse workload to Fabric, the first (and preferred) option you'd want to consider is a Fabric warehouse. It's design is intended for SQL analytical workloads, focusing on processing large amounts of data with a distributed architecture. For dimensional models, I think it's a great option and supports a lot of the tools needed for it, such as tables, views, functions, and stored procedures.
Even being a great option, there are some things to be aware of that will be different. Here are some of the things I've run into:
This may be a sizeable list of things to work around, but depending on the structure of your existing processes, there are a number of workarounds to get you where you want to go.
Regarding your note on the Fabric SQL databases and whether to migrate to that. In your situation, I would look at Fabric warehouse first before Fabric SQL databases. While a migration to Fabric SQL would be more straightforward because it's an Azure SQL DB engine, the intention of this environment is for OLTP workloads, which most times is not the best fit for a data warehousing scenario.
Hopefully this helps you determine your path forward. Once you've got your answer, be sure to accept it so others in the community can learn from what's shared.
Best of luck on planning a possible migration!
Thank you so much for taking the time to answer me.
It does help for me to decide Fabric DW is the correct way forward despite the steep learning curve. Thank you again. 🙂
Hi @Si_7777,
First of all, I can understand the overwhelming nature of moving to Fabric. There's a lot of options and tradeoffs to them, meaning there's a lot to sift through. You're asking good questions, which is a great place to start. I'll see if I can help you sort through it.
As for moving a data warehouse workload to Fabric, the first (and preferred) option you'd want to consider is a Fabric warehouse. It's design is intended for SQL analytical workloads, focusing on processing large amounts of data with a distributed architecture. For dimensional models, I think it's a great option and supports a lot of the tools needed for it, such as tables, views, functions, and stored procedures.
Even being a great option, there are some things to be aware of that will be different. Here are some of the things I've run into:
This may be a sizeable list of things to work around, but depending on the structure of your existing processes, there are a number of workarounds to get you where you want to go.
Regarding your note on the Fabric SQL databases and whether to migrate to that. In your situation, I would look at Fabric warehouse first before Fabric SQL databases. While a migration to Fabric SQL would be more straightforward because it's an Azure SQL DB engine, the intention of this environment is for OLTP workloads, which most times is not the best fit for a data warehousing scenario.
Hopefully this helps you determine your path forward. Once you've got your answer, be sure to accept it so others in the community can learn from what's shared.
Best of luck on planning a possible migration!
Thank you so much for taking the time to answer me.
It does help for me to decide Fabric DW is the correct way forward despite the steep learning curve. Thank you again. 🙂
Glad it helps!
If this is your answer, please 'Accept' the answer so others know that the question has been answered!