<?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: How to Ingest Stored procedures from Azure SQL DM to Fabric Onelake/Bronze lake House in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4835761#M12523</link>
    <description>&lt;P&gt;My Query is Resolved, and Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="87706" data-lia-user-login="anilgavhane" class="lia-mention lia-mention-user"&gt;anilgavhane&lt;/a&gt;&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;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1265350" data-lia-user-login="Shahid12523" class="lia-mention lia-mention-user"&gt;Shahid12523&lt;/a&gt;&amp;nbsp; for the responses!&lt;/P&gt;</description>
    <pubDate>Thu, 25 Sep 2025 19:57:21 GMT</pubDate>
    <dc:creator>Karthick_Balaje</dc:creator>
    <dc:date>2025-09-25T19:57:21Z</dc:date>
    <item>
      <title>How to Ingest Stored procedures from Azure SQL DM to Fabric Onelake/Bronze lake House</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4811977#M12046</link>
      <description>&lt;P&gt;Hi All!&lt;BR /&gt;&lt;BR /&gt;I have been stuck with this blocker while working on a task. I wanted to use a stored procedure and TimeValue Function from Azure SQL DB and build a KPI in Fabric. But I am stuck with this blocker for over 4 to 5 hours, so I thought to post it here. And my task needs to be done so that Power BI resource can work on the visualization. How to approach this issue?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards!&lt;BR /&gt;Karthick&lt;/P&gt;</description>
      <pubDate>Sat, 30 Aug 2025 00:53:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4811977#M12046</guid>
      <dc:creator>Karthick_Balaje</dc:creator>
      <dc:date>2025-08-30T00:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Ingest Stored procedures from Azure SQL DM to Fabric Onelake/Bronze lake House</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4812066#M12047</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1305860" data-lia-user-login="Karthick_Balaje" class="lia-mention lia-mention-user"&gt;Karthick_Balaje&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if I understand your headline correctly, you want to use Azure SQL Proc to load data directly into a lakehouse.&lt;/P&gt;&lt;P&gt;-&amp;nbsp;Is there an error message?&lt;/P&gt;&lt;P&gt;- Do you use a data pipeline?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are several ways to achieve your goal.&lt;/P&gt;&lt;P&gt;Here is an example of how to load data into the lakehouse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/tutorial-move-data-lakehouse-pipeline" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-factory/tutorial-move-data-lakehouse-pipeline&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give us a little more information so we can help you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Sat, 30 Aug 2025 06:34:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4812066#M12047</guid>
      <dc:creator>spaceman127</dc:creator>
      <dc:date>2025-08-30T06:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Ingest Stored procedures from Azure SQL DM to Fabric Onelake/Bronze lake House</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4813087#M12058</link>
      <description>&lt;P&gt;You can’t ingest stored procedure results directly into Fabric Lakehouse.&lt;BR /&gt;&lt;STRONG&gt;Workarounds:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Best → Convert SP logic into a view and ingest via Dataflow Gen2/Pipeline.&lt;/P&gt;&lt;P&gt;Else → Make SP insert results into a staging table, then copy that table to Bronze Lakehouse.&lt;/P&gt;&lt;P&gt;Pipeline option → Use Stored Procedure activity (if enabled) to execute SP and land output in Lakehouse.&lt;/P&gt;&lt;P&gt;Transform in Fabric → Replicate SP logic (like TimeValue) in Dataflow Gen2 instead of DB.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 07:45:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4813087#M12058</guid>
      <dc:creator>Shahid12523</dc:creator>
      <dc:date>2025-09-01T07:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Ingest Stored procedures from Azure SQL DM to Fabric Onelake/Bronze lake House</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4817934#M12159</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1305860" data-lia-user-login="Karthick_Balaje" class="lia-mention lia-mention-user"&gt;Karthick_Balaje&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1265350" data-lia-user-login="Shahid12523" class="lia-mention lia-mention-user"&gt;Shahid12523&lt;/a&gt;&amp;amp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="644531" data-lia-user-login="spaceman127" class="lia-mention lia-mention-user"&gt;spaceman127&lt;/a&gt;, Thanks for your prompt response&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 09:44:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4817934#M12159</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-09-05T09:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Ingest Stored procedures from Azure SQL DM to Fabric Onelake/Bronze lake House</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4818024#M12162</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1305860" data-lia-user-login="Karthick_Balaje" class="lia-mention lia-mention-user"&gt;Karthick_Balaje&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;!--  StartFragment   --&gt;&lt;/P&gt;&lt;P&gt;1. &lt;STRONG&gt;Convert Stored Procedure Logic into a View&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a SQL &lt;STRONG&gt;view&lt;/STRONG&gt; that replicates the logic of your stored procedure.&lt;/LI&gt;&lt;LI&gt;Use &lt;STRONG&gt;Dataflow Gen2&lt;/STRONG&gt; or a &lt;STRONG&gt;Pipeline&lt;/STRONG&gt; in Fabric to ingest the view into your Lakehouse.&lt;/LI&gt;&lt;LI&gt;This is the cleanest and most scalable method.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;2. &lt;STRONG&gt;Use a Staging Table&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Modify your stored procedure to &lt;STRONG&gt;insert results into a staging table&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Then use a &lt;STRONG&gt;Copy Data activity&lt;/STRONG&gt; in Fabric to move that table into your Bronze Lakehouse.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;3. &lt;STRONG&gt;Use Script Activity in a Pipeline&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Fabric Pipelines support &lt;STRONG&gt;Script activities&lt;/STRONG&gt; that can execute stored procedures.&lt;/LI&gt;&lt;LI&gt;After execution, use a &lt;STRONG&gt;Copy activity&lt;/STRONG&gt; to move the resulting table into the Lakehouse.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/tutorial-preprocess-data-with-stored-procedure-load-into-lakehouse" target="_blank" rel="noopener"&gt;Microsoft’s tutorial on preprocessing with stored procedures&lt;/A&gt; walks through this step-by-step.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;4. &lt;STRONG&gt;Replicate Logic in Fabric&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If the stored procedure uses functions like TimeValue, consider replicating that logic in &lt;STRONG&gt;Dataflow Gen2&lt;/STRONG&gt; using Power Query M.&lt;/LI&gt;&lt;LI&gt;This avoids dependency on SQL Server functions and keeps the transformation native to Fabric.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next Steps&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Choose the method that best fits your architecture and governance model.&lt;/LI&gt;&lt;LI&gt;Once the data lands in the Lakehouse, Power BI can connect directly to the &lt;STRONG&gt;default dataset&lt;/STRONG&gt; or &lt;STRONG&gt;SQL endpoint&lt;/STRONG&gt; for visualization.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;!--  EndFragment   --&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 10:51:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4818024#M12162</guid>
      <dc:creator>anilgavhane</dc:creator>
      <dc:date>2025-09-05T10:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Ingest Stored procedures from Azure SQL DM to Fabric Onelake/Bronze lake House</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4821082#M12217</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1305860" data-lia-user-login="Karthick_Balaje" class="lia-mention lia-mention-user"&gt;Karthick_Balaje&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 09:13:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4821082#M12217</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-09-09T09:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Ingest Stored procedures from Azure SQL DM to Fabric Onelake/Bronze lake House</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4827128#M12351</link>
      <description>&lt;P&gt;May I ask if you have resolved this issue? If so, Can you please share the resolution steps here. This will be helpful for other community members who have similar problems to solve it faster.&lt;BR /&gt;If we don’t hear back, we’ll go ahead and close this thread. For any further discussions or questions, please start a new thread in the Microsoft Fabric Community Forum we’ll be happy to assist.&lt;BR /&gt;Thank you for being part of the Microsoft Fabric Community.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 06:29:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4827128#M12351</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-09-16T06:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Ingest Stored procedures from Azure SQL DM to Fabric Onelake/Bronze lake House</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4835761#M12523</link>
      <description>&lt;P&gt;My Query is Resolved, and Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="87706" data-lia-user-login="anilgavhane" class="lia-mention lia-mention-user"&gt;anilgavhane&lt;/a&gt;&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;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1265350" data-lia-user-login="Shahid12523" class="lia-mention lia-mention-user"&gt;Shahid12523&lt;/a&gt;&amp;nbsp; for the responses!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 19:57:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Ingest-Stored-procedures-from-Azure-SQL-DM-to-Fabric/m-p/4835761#M12523</guid>
      <dc:creator>Karthick_Balaje</dc:creator>
      <dc:date>2025-09-25T19:57:21Z</dc:date>
    </item>
  </channel>
</rss>

