<?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: Issues Running SP to Load GTT and Select dta for Lakehouse Table in Same Session Using Copy activity in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issues-Running-SP-to-Load-GTT-and-Select-dta-for-Lakehouse-Table/m-p/4277655#M5106</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="842305" data-lia-user-login="AnamikaMish" class="lia-mention lia-mention-user"&gt;AnamikaMish&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Fabric data pipeline is reference from azure synapse features, so you can take a look at azure synapse temporary table usage limitations and T-sql limitations:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/develop-tables-temporary#temporary-table-limitations" target="_blank"&gt;Use temporary tables in Synapse SQL - Azure Synapse Analytics | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-warehouse/tsql-surface-area#limitations" target="_blank"&gt;T-SQL surface area - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In addition, you can also take a look the data pipeline usages if helps:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/data-factory-limitations#data-pipeline-resource-limits" target="_blank"&gt;Data Factory limitations overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2024 06:36:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-11T06:36:55Z</dc:date>
    <item>
      <title>Issues Running SP to Load GTT and Select dta for Lakehouse Table in Same Session Using Copy activity</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issues-Running-SP-to-Load-GTT-and-Select-dta-for-Lakehouse-Table/m-p/4276150#M5090</link>
      <description>&lt;P&gt;I’m working on a procedure that loads data into a global temporary table in Oracle. While the loading works, I’m struggling to retrieve the data from the temp table within the same session for a copy activity to load into a lakehouse table.&lt;/P&gt;&lt;P&gt;Any insights on how to effectively select this data immediately after loading? Thanks for your help&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 20:27:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issues-Running-SP-to-Load-GTT-and-Select-dta-for-Lakehouse-Table/m-p/4276150#M5090</guid>
      <dc:creator>AnamikaMish</dc:creator>
      <dc:date>2024-11-08T20:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issues Running SP to Load GTT and Select dta for Lakehouse Table in Same Session Using Copy activity</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issues-Running-SP-to-Load-GTT-and-Select-dta-for-Lakehouse-Table/m-p/4276217#M5091</link>
      <description>&lt;P&gt;Hi, the problem looks similar to this issue:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Pipeline/How-to-run-Multiple-SQL-commands-in-Fabric-Pipeline/m-p/4262667#M6121" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Data-Pipeline/How-to-run-Multiple-SQL-commands-in-Fabric-Pipeline/m-p/4262667#M6121&lt;/A&gt;. I suggested there to use a function that returns a table instead of a stored procedure. With this method, you are able to run your code and retrieve a table with only one call. For Oracle that may look something like this:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/2829880/create-an-oracle-function-that-returns-a-table#answer-2830722" target="_blank"&gt;https://stackoverflow.com/questions/2829880/create-an-oracle-function-that-returns-a-table#answer-2830722&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 22:31:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issues-Running-SP-to-Load-GTT-and-Select-dta-for-Lakehouse-Table/m-p/4276217#M5091</guid>
      <dc:creator>FabianSchut</dc:creator>
      <dc:date>2024-11-08T22:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issues Running SP to Load GTT and Select dta for Lakehouse Table in Same Session Using Copy activity</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issues-Running-SP-to-Load-GTT-and-Select-dta-for-Lakehouse-Table/m-p/4277655#M5106</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="842305" data-lia-user-login="AnamikaMish" class="lia-mention lia-mention-user"&gt;AnamikaMish&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Fabric data pipeline is reference from azure synapse features, so you can take a look at azure synapse temporary table usage limitations and T-sql limitations:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/develop-tables-temporary#temporary-table-limitations" target="_blank"&gt;Use temporary tables in Synapse SQL - Azure Synapse Analytics | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-warehouse/tsql-surface-area#limitations" target="_blank"&gt;T-SQL surface area - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In addition, you can also take a look the data pipeline usages if helps:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/data-factory-limitations#data-pipeline-resource-limits" target="_blank"&gt;Data Factory limitations overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 06:36:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issues-Running-SP-to-Load-GTT-and-Select-dta-for-Lakehouse-Table/m-p/4277655#M5106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-11T06:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issues Running SP to Load GTT and Select dta for Lakehouse Table in Same Session Using Copy activity</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issues-Running-SP-to-Load-GTT-and-Select-dta-for-Lakehouse-Table/m-p/4283071#M5174</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="842305" data-lia-user-login="AnamikaMish" class="lia-mention lia-mention-user"&gt;AnamikaMish&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Any update on this? Did these suggestions help for your scenario? If that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 05:41:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issues-Running-SP-to-Load-GTT-and-Select-dta-for-Lakehouse-Table/m-p/4283071#M5174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-14T05:41:42Z</dc:date>
    </item>
  </channel>
</rss>

