Copying SQL Server On-Premises data in Microsoft Fabric, which one consumes the least amount of Capacity Units

In this blog post I am going to determine which item workload uses the least amount of Capacity Units when copying the same data from an On-Premises SQL Server. The item workloads that I can use to copy data are Dataflow Gen1, Dataflow Gen2 and Pipelines. Setup for Dataflow Gen1 Below is how I configured my Dataflow Gen1 to get…

How to read and write to different Lakehouse’s in different App Workspaces when using a Fabric Notebook

With the new Schema’s in a Lakehouse, it now is possible to read from Lakehouse A (In Workspace A) and write to Lakehouse B (In Workspace B). Here are more details about the Schema preview: Lakehouse schemas (Preview) – Microsoft Fabric | Microsoft Learn This opens a whole new world of possibilities. I also really like the fact that I…