<?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: IT Side of Data Connection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360732#M704245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Simon,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;If possible, please use application login in your connection string or hide/password protect the connection string script for security reasons. And please don't use SQL Server Admin Login (Assuming you are responsible to manage databases). If possible, please assign datareader role to the SQL Server login.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Good luck!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers - DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2012 16:18:07 GMT</pubDate>
    <dc:creator>IAMDV</dc:creator>
    <dc:date>2012-05-21T16:18:07Z</dc:date>
    <item>
      <title>IT Side of Data Connection</title>
      <link>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360726#M704239</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;I have been searching and googling, but cannot find the answer to my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used QlikView as a developer, so know how to connect to a data source that I have set up myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, what needs to happen on the IT side, or the server side, to enable a connection to a database (e.g. SQL Server) datasource?&lt;/P&gt;&lt;P&gt;In the past I have merely asked an IT manager to sort this out, but now I am the IT guy!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 09:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360726#M704239</guid>
      <dc:creator />
      <dc:date>2012-05-21T09:59:50Z</dc:date>
    </item>
    <item>
      <title>IT Side of Data Connection</title>
      <link>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360727#M704240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing you need is a valid username and password to log into the database and read data (perform SQL SELECT statements). Once you have that, you need to create a System DSN or OLE DB (if you are using SQL Server, the latter probably will work better) from the Windows button, Control Panel, Administrative Tools, Data Sources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 10:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360727#M704240</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-21T10:13:22Z</dc:date>
    </item>
    <item>
      <title>IT Side of Data Connection</title>
      <link>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360728#M704241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ah, thanks very much, I thought there was more involvement on the IT side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perfect response, thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 10:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360728#M704241</guid>
      <dc:creator />
      <dc:date>2012-05-21T10:15:34Z</dc:date>
    </item>
    <item>
      <title>IT Side of Data Connection</title>
      <link>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360729#M704242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from an IT point of view I would suggest:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Never grant access to a productive database for reporting/analysis. Always use a replication or backup copy or a data warehouse/data mart if you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Establish a view layer to decouple direct table access. So, you have the control. Also good if changes in data model could be encapsulated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Create a special reporting/analytics database user. Grant SELECT right to the user for these views, only. Revoke any create/write rights from the database user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Monitor all activities of this user. Adjust views, indexes or physical parameters to speed up queries related to the reporting/analytics requirements. I suggest also to make workshops with the developement frequently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 10:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360729#M704242</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2012-05-21T10:24:01Z</dc:date>
    </item>
    <item>
      <title>IT Side of Data Connection</title>
      <link>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360730#M704243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're welcome. Well, there's actually more involvement from the IT side, specially in regards to data governance and security (say for example index maintenance, backups, data integrity, who sees what, new fields and tables, new relations between them...). But as far as connections is concerned, you only need users in the server side and ODBC / Driver connections in the user/server side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 10:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360730#M704243</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-21T10:26:07Z</dc:date>
    </item>
    <item>
      <title>IT Side of Data Connection</title>
      <link>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360731#M704244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the input, very useful.&amp;nbsp; &lt;/P&gt;&lt;P&gt;As it stands it's just me trying to access a database for now, but when I come to roll out, I shall certainly take what you say into consideration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 14:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360731#M704244</guid>
      <dc:creator />
      <dc:date>2012-05-21T14:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: IT Side of Data Connection</title>
      <link>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360732#M704245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Simon,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;If possible, please use application login in your connection string or hide/password protect the connection string script for security reasons. And please don't use SQL Server Admin Login (Assuming you are responsible to manage databases). If possible, please assign datareader role to the SQL Server login.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Good luck!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers - DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 16:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IT-Side-of-Data-Connection/m-p/360732#M704245</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-05-21T16:18:07Z</dc:date>
    </item>
  </channel>
</rss>

