<?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: Extract data from #temp tables SQL Server in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Extract-data-from-temp-tables-SQL-Server/m-p/1619402#M46121</link>
    <description>&lt;P&gt;Hi, anyone of you assist on this please?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2019 06:48:19 GMT</pubDate>
    <dc:creator>nihhalmca</dc:creator>
    <dc:date>2019-09-03T06:48:19Z</dc:date>
    <item>
      <title>Extract data from #temp tables SQL Server</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-data-from-temp-tables-SQL-Server/m-p/1619320#M46112</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I tried to extract data from #temp tables to Qlik Sense. However load will extract zero records where as SQL Server shows records with same query.&lt;/P&gt;&lt;P&gt;Do i need to add any script to query,as of now written like&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;Select&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;#temptable;&lt;/P&gt;&lt;P&gt;Actually i am assuming that #temptables stored in virtual memory (not physical) in SQL Server so Qlik is unable to load records/data. Is it correct? please share you knowledge if you were experienced it.&lt;/P&gt;&lt;P&gt;Thanks, Nihhal.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 15:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-data-from-temp-tables-SQL-Server/m-p/1619320#M46112</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2019-09-02T15:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from #temp tables SQL Server</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-data-from-temp-tables-SQL-Server/m-p/1619323#M46113</link>
      <description>&lt;P&gt;For me this sounds, There is Privileges problem to the schema?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 15:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-data-from-temp-tables-SQL-Server/m-p/1619323#M46113</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-09-02T15:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from #temp tables SQL Server</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-data-from-temp-tables-SQL-Server/m-p/1619325#M46114</link>
      <description>&lt;P&gt;Add each measure separately to the Master Item and call it out to needed color.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 15:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-data-from-temp-tables-SQL-Server/m-p/1619325#M46114</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-09-02T15:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from #temp tables SQL Server</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-data-from-temp-tables-SQL-Server/m-p/1619402#M46121</link>
      <description>&lt;P&gt;Hi, anyone of you assist on this please?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 06:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-data-from-temp-tables-SQL-Server/m-p/1619402#M46121</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2019-09-03T06:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from #temp tables SQL Server</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-data-from-temp-tables-SQL-Server/m-p/1619425#M46123</link>
      <description>&lt;P&gt;Perhaps you can create some kind of view or materialized view? What is the need to use tmp tables?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 07:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-data-from-temp-tables-SQL-Server/m-p/1619425#M46123</guid>
      <dc:creator>Ilya_Bobrov</dc:creator>
      <dc:date>2019-09-03T07:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from #temp tables SQL Server</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-data-from-temp-tables-SQL-Server/m-p/1619488#M46127</link>
      <description>&lt;P&gt;A #table has scope only within the session that creates it.&lt;/P&gt;&lt;P&gt;A ##table, on the other hand, is temporary but can be accessible from all sessions. It gets deleted when the last session that accessed it comes to an end. Maybe use ##?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 10:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-data-from-temp-tables-SQL-Server/m-p/1619488#M46127</guid>
      <dc:creator>gmenoutis</dc:creator>
      <dc:date>2019-09-03T10:24:45Z</dc:date>
    </item>
  </channel>
</rss>

