<?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: SQL Server with QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286039#M847173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please mention the name of connector and also if possible explain with the help of screenshots how can I connect to SQL Server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Mar 2017 08:17:21 GMT</pubDate>
    <dc:creator>mahendragaur</dc:creator>
    <dc:date>2017-03-28T08:17:21Z</dc:date>
    <item>
      <title>SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286031#M847165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some tables stored at SQL Server and I want to use them as my data source. Please guide me how can I proceed to connect it to QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286031#M847165</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286032#M847166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahendra,&lt;/P&gt;&lt;P&gt;First of all, an ODBC/OLEDB connection is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the information mentioned &lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/ODBC_connector_QV_help/Content/1.0/SQLServer/Create-Microsoft%20SQL%20Server-connection-with-Edit-script.htm"&gt;here&lt;/A&gt;‌. Once the connection is created script like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tablename in QlikView:&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;SQL Select .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..&lt;/P&gt;&lt;P&gt;from SQL table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whatever you write after SQL will be evaluated in QlikView and will be executed in SQL server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 14:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286032#M847166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-27T14:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286033#M847167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to create an ODBC Driver and add it to DNS if you have one just use that.&lt;/P&gt;&lt;P&gt;Give you connection string and pull the data. Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 yourdatasourcename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT .....&lt;/P&gt;&lt;P&gt;FROM table1&lt;/P&gt;&lt;P&gt;INNER JOIN &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; table2 ....&lt;/P&gt;&lt;P&gt;WHERE .....&lt;/P&gt;&lt;P&gt;; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this. Need more info for further help. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/157725_Capture.PNG" style="height: 295px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 14:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286033#M847167</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-27T14:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286034#M847168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Loading_data_from_databases.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Loading_data_from_databases.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Loading_data_from_databases.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 15:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286034#M847168</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2017-03-27T15:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286035#M847169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nagaraju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. How can I create ODBC driver and add it to DNS. I know this is basic question but I'm not aware of this. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 06:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286035#M847169</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2017-03-28T06:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286036#M847170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA and download and hit two times you will get it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 06:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286036#M847170</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-28T06:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286037#M847171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fetching data from any database into Qlikview we need different types of connectors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;ODBC/OLEDB connection&amp;nbsp; for RDBMS databases(Oracle,SQL server,My sql..etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;Separate connectors for Sales Force,SAP,Hyperion Essbase..etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to your point you need a OLEDB/ODBC connector for your database.you need to install either Server or Client edition database software in your machine.&lt;/P&gt;&lt;P&gt;once it is installed you need to create a connection&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;windows&lt;/STRONG&gt; button--&amp;gt;&lt;STRONG&gt;Control Panel&lt;/STRONG&gt;--&amp;gt;&lt;STRONG&gt;Administrative Tools&lt;/STRONG&gt;--&amp;gt;&lt;STRONG&gt;Data sources (ODBC&lt;/STRONG&gt;)--&amp;gt;in &lt;STRONG&gt;USER DSN&lt;/STRONG&gt; tab --&amp;gt; click on &lt;STRONG&gt;Add&amp;nbsp; &lt;/STRONG&gt;button&lt;/P&gt;&lt;P&gt;Create New database source--&amp;gt;select you database type--&amp;gt;and give your server and user credentials --&amp;gt;check&amp;nbsp; the &lt;STRONG&gt;Test connection&lt;/STRONG&gt; at the end.&lt;/P&gt;&lt;P&gt;so that your ODBC connection is created now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to the Qlikview&lt;/P&gt;&lt;P&gt;open new QVfile--&amp;gt;Go to &lt;STRONG&gt;Edit script-&lt;/STRONG&gt;-&amp;gt;at the end of left hand side in script you can find&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Connect&lt;/STRONG&gt; Button&amp;nbsp; click on that one and choose your database connection&lt;/P&gt;&lt;P&gt;now in your script you can find a new line code added for ODBC connection&lt;/P&gt;&lt;P&gt;after that click on &lt;STRONG&gt;Select&lt;/STRONG&gt; button now you can choose the tables from that database click on &lt;STRONG&gt;OK &lt;/STRONG&gt;and now your script will add that table code also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you feel you got solution for your issue,please close the thread by clicking "&lt;STRONG&gt;Correct Answer".&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 07:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286037#M847171</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-03-28T07:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286038#M847172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please don't attach any executable files here, first because it can be considered dangerous by some browser policies, second because they will become obsolete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, the way of creating user or system DSNs is not using that package but the ODBCAD32.exe file available in Windows&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;C:\Windows\SysWOW64\odbcad32.exe for 32 bit connections&lt;/LI&gt;&lt;LI&gt;C:\Windows\System32\odbcad32.exe for 64 bit connections&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That package will allow you connect to several sources (drivers)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 07:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286038#M847172</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-03-28T07:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286039#M847173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please mention the name of connector and also if possible explain with the help of screenshots how can I connect to SQL Server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 08:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286039#M847173</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2017-03-28T08:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286040#M847174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="157843" alt="Issue.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/157843_Issue.png" style="width: 602px; height: 320px;" /&gt;&lt;/P&gt;&lt;P&gt;I'm getting above error when trying to connect with SQL Server. What may be the reason for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 08:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286040#M847174</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2017-03-28T08:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286041#M847175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that the driver is configured to connect to SQL Server using SSL, you will have to disable that or ask which server name and port you need to use in the driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a separate note, I would not use Qlik's connectors especfically for SQL Server since they are built in the Windows operating system, more updated and if anything, you can download the most updated version, which matches with your server version here: &lt;A href="https://docs.microsoft.com/en-us/sql/connect/sql-server-drivers" title="https://docs.microsoft.com/en-us/sql/connect/sql-server-drivers"&gt;SQL Server Drivers | Microsoft Docs&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 09:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286041#M847175</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-03-28T09:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286042#M847176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you said &lt;STRONG&gt;"It seems that the driver is configured to connect to SQL Server using SSL, you will have to disable that". &lt;/STRONG&gt;How can I disable that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 09:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286042#M847176</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2017-03-28T09:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286043#M847177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should see the interface where the connection is created, sometimes you must specify SSL as a different checkbox, sometimes using certain ports implies the use of SSL. Without having it in front of me, or know which port should I use it's impossible to say.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 09:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286043#M847177</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-03-28T09:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286044#M847178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the correct port which is specified by my Admin. You can tell me where I should check for SSL connectivity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 10:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286044#M847178</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2017-03-28T10:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server with QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286045#M847179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you to check the Advanced options of the DSN and check with your database administrator or IT team who can help you setting that up correctly. Again, not having the driver interface in front of me I cannot guess where that SSL property is&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 11:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Server-with-QlikView/m-p/1286045#M847179</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-03-28T11:39:53Z</dc:date>
    </item>
  </channel>
</rss>

