<?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: Store a table on a SQL Server in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-a-table-on-a-SQL-Server/m-p/2512196#M21984</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/154801"&gt;@paologobbi2&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I think you mean that you would like to insert data on a SQL Server Database?&lt;BR /&gt;If so, you have to set in your SQL Server Qlik Cloud Data Connection&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;Allow non-SELECT queries&lt;/STRONG&gt; to True - this will allow you to write INSERT SQL Statements in the Load Script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, Qlik was not designed to insert records in a database. You will have to do the insert statement to run row by row and this may take forever. I do not recommend this process unless you are talking about a few records.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I never implemented such solution, but I would try something like this:&lt;BR /&gt;1. In your Qlik Load Script, save your table as a CSV file in a Cloud Storage such AWS S3&lt;BR /&gt;2. Go to Qlik Data Integration and create a new Replicate Project or a Pipeline, using as source the AWS S3 CSV file and as Target your SQL Server. This should handle it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You could also look for another native SQL Server way to load cloud files into it and figure out a way to synchronize everything (you can play with Qlik APIs, Qlik Automations, Stored Procedures).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 29 Mar 2025 22:51:53 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2025-03-29T22:51:53Z</dc:date>
    <item>
      <title>Store a table on a SQL Server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-a-table-on-a-SQL-Server/m-p/2512070#M21978</link>
      <description>&lt;P&gt;From Qlik Sense SAAS I read data from sql server but at the end of processing I would like to return a table to sql server.&lt;BR /&gt;Is there a function or automation I can use?&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 15:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-a-table-on-a-SQL-Server/m-p/2512070#M21978</guid>
      <dc:creator>paologobbi2</dc:creator>
      <dc:date>2025-03-28T15:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Store a table on a SQL Server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-a-table-on-a-SQL-Server/m-p/2512155#M21980</link>
      <description>&lt;P&gt;Check out these help pages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/ODBC_Connector_help/Content/Connectors_ODBC/SQLServer/Create-SQL-Server-connection.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/ODBC_Connector_help/Content/Connectors_ODBC/SQLServer/Create-SQL-Server-connection.htm&lt;/A&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/ODBC_Connector_help/Content/Connectors_ODBC/SQLServer/Load-SQL-Server-data.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/ODBC_Connector_help/Content/Connectors_ODBC/SQLServer/Load-SQL-Server-data.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards...&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 21:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-a-table-on-a-SQL-Server/m-p/2512155#M21980</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2025-03-28T21:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Store a table on a SQL Server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-a-table-on-a-SQL-Server/m-p/2512196#M21984</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/154801"&gt;@paologobbi2&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I think you mean that you would like to insert data on a SQL Server Database?&lt;BR /&gt;If so, you have to set in your SQL Server Qlik Cloud Data Connection&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;Allow non-SELECT queries&lt;/STRONG&gt; to True - this will allow you to write INSERT SQL Statements in the Load Script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, Qlik was not designed to insert records in a database. You will have to do the insert statement to run row by row and this may take forever. I do not recommend this process unless you are talking about a few records.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I never implemented such solution, but I would try something like this:&lt;BR /&gt;1. In your Qlik Load Script, save your table as a CSV file in a Cloud Storage such AWS S3&lt;BR /&gt;2. Go to Qlik Data Integration and create a new Replicate Project or a Pipeline, using as source the AWS S3 CSV file and as Target your SQL Server. This should handle it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You could also look for another native SQL Server way to load cloud files into it and figure out a way to synchronize everything (you can play with Qlik APIs, Qlik Automations, Stored Procedures).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Mar 2025 22:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-a-table-on-a-SQL-Server/m-p/2512196#M21984</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2025-03-29T22:51:53Z</dc:date>
    </item>
  </channel>
</rss>

