Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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. 🙂
In SQL, there are several tasks we typically perform, such as analyzing execution plans, creating or updating indexes, identifying and terminating blocking queries, and monitoring resource usage. However, I'm wondering how these tasks are handled within Microsoft Fabric.
Specifically:
How do you check the execution plan and optimize queries without using indexes?
How can you identify which queries are blocking others or consuming excessive resources?
How do you manage session resources, such as killing sessions that use too much?
Is there a way to monitor schema or table capacity usage in Fabric?
Is there an alternative to materialized views for pre-computing and storing query results for performance optimization in Fabric?
How can I replicate the functionality of synonyms in Fabric, or how should I handle object references across different databases or schemas?
What are the recommended alternatives to temporary tables for session-based or short-lived data storage in Fabric?
How can I monitor schema or table-level capacity usage in Fabric to track resource consumption?
Actually looking for Daiyly activities of DBA
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!
Check out the April 2025 Fabric update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.