<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Azure SQL Mirror - Recommendation? in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4614537#M2736</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1240787" data-lia-user-login="acenter41" class="lia-mention lia-mention-user"&gt;acenter41&lt;/a&gt;, Thanks for reaching Fabric community support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL data-start="3144" data-end="3529"&gt;
&lt;LI data-start="3144" data-end="3275"&gt;
&lt;P data-start="3146" data-end="3275"&gt;For straightforward transformations, Dataflows Gen2&amp;nbsp;offers a user-friendly interface with scheduling capabilities.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="3277" data-end="3407"&gt;
&lt;P data-start="3279" data-end="3407"&gt;For efficient processing of large datasets with frequent changes, &amp;nbsp;Incremental Data Loads with CDC&amp;nbsp;is recommended.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="3409" data-end="3529"&gt;
&lt;P data-start="3411" data-end="3529"&gt;For complex transformations requiring advanced scripting, Notebooks&amp;nbsp;provides the necessary flexibility.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-start="3531" data-end="3672"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2025 11:56:08 GMT</pubDate>
    <dc:creator>v-prasare</dc:creator>
    <dc:date>2025-03-19T11:56:08Z</dc:date>
    <item>
      <title>Azure SQL Mirror - Recommendation?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4614036#M2731</link>
      <description>&lt;P&gt;We have an Azure SQL Database that contains a large portion of our data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been able to successfully set up a mirror of the database in a workspace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm fairly new to Fabric and not sure how to proceed given that the data needs some transformation before it can be used in Power BI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are the two options I'm thinking of but there may be a another option that is better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Option 1&lt;/P&gt;&lt;P&gt;Create views inside the Mirror SQL endpoint where we can filter the data and add some columns that are calculated.&amp;nbsp; Use these views inside a model.&amp;nbsp; Not sure of performance using this method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Option 2&lt;/P&gt;&lt;P&gt;Move the data from the mirror to a lakehouse or warehouse and do the transformation along the way.&amp;nbsp; Have experimented a little with this but the SQL endpoint doesn't seem to show up as a source in a pipeline or Dataflow Gen 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any recommendation would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 05:54:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4614036#M2731</guid>
      <dc:creator>acenter41</dc:creator>
      <dc:date>2025-03-18T05:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Azure SQL Mirror - Recommendation?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4614111#M2733</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1240787" data-lia-user-login="acenter41" class="lia-mention lia-mention-user"&gt;acenter41&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;go for hybrid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create views in the mirrored SQL endpoint to handle lightweight transformations like filtering, basic calculations, or aggregations. This minimizes data movement and leverages the existing mirrored database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more complex transformations (e.g., combining datasets, advanced calculations), move data to a Lakehouse or Warehouse.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Connect Power BI directly to the Lakehouse/Warehouse for reports requiring extensive transformations&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For simpler reports, connect Power BI directly to SQL views using DirectQuery mode.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 07:04:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4614111#M2733</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-03-18T07:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Azure SQL Mirror - Recommendation?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4614537#M2736</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1240787" data-lia-user-login="acenter41" class="lia-mention lia-mention-user"&gt;acenter41&lt;/a&gt;, Thanks for reaching Fabric community support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL data-start="3144" data-end="3529"&gt;
&lt;LI data-start="3144" data-end="3275"&gt;
&lt;P data-start="3146" data-end="3275"&gt;For straightforward transformations, Dataflows Gen2&amp;nbsp;offers a user-friendly interface with scheduling capabilities.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="3277" data-end="3407"&gt;
&lt;P data-start="3279" data-end="3407"&gt;For efficient processing of large datasets with frequent changes, &amp;nbsp;Incremental Data Loads with CDC&amp;nbsp;is recommended.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="3409" data-end="3529"&gt;
&lt;P data-start="3411" data-end="3529"&gt;For complex transformations requiring advanced scripting, Notebooks&amp;nbsp;provides the necessary flexibility.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-start="3531" data-end="3672"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 11:56:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4614537#M2736</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-03-19T11:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Azure SQL Mirror - Recommendation?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4614896#M2738</link>
      <description>&lt;P&gt;Where you mention to move data to a Lakehouse or Warehouse for complex transformations, how would you move the data from the Mirror to the lh/wh?&amp;nbsp; The mirror does not seem to appear as a source when trying to move data from it using a pipeline or dataflow.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 14:54:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4614896#M2738</guid>
      <dc:creator>acenter41</dc:creator>
      <dc:date>2025-03-18T14:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Azure SQL Mirror - Recommendation?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4632948#M2817</link>
      <description>&lt;P&gt;Since Data Pipelines/Dataflows don’t directly support Mirror as a source, use a Fabric Notebook to manually extract and load data.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 10:25:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4632948#M2817</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-04-01T10:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Azure SQL Mirror - Recommendation?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4638168#M2841</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1240787" data-lia-user-login="acenter41" class="lia-mention lia-mention-user"&gt;acenter41&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 11:29:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4638168#M2841</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-04-04T11:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Azure SQL Mirror - Recommendation?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4644234#M2864</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1240787" data-lia-user-login="acenter41" class="lia-mention lia-mention-user"&gt;acenter41&lt;/a&gt;,&amp;nbsp;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 05:06:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4644234#M2864</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-04-09T05:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Azure SQL Mirror - Recommendation?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4652835#M2890</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1240787" data-lia-user-login="acenter41" class="lia-mention lia-mention-user"&gt;acenter41&lt;/a&gt;,&amp;nbsp;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 05:01:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4652835#M2890</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-04-15T05:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Azure SQL Mirror - Recommendation?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4658090#M2898</link>
      <description>&lt;P&gt;Agreed with&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="845241" data-lia-user-login="v-prasare" class="lia-mention lia-mention-user"&gt;v-prasare&lt;/a&gt;, Notebooks would be a viable option for moving data (and performing complex transformation, depending on what you're looking to do).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should you decide to go with notebooks, be sure to get familiar with the NotebookUtils library, which may help with accessing your lakehouses:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/notebook-utilities" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/notebook-utilities&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 18:09:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Azure-SQL-Mirror-Recommendation/m-p/4658090#M2898</guid>
      <dc:creator>DataBard</dc:creator>
      <dc:date>2025-04-17T18:09:44Z</dc:date>
    </item>
  </channel>
</rss>

