<?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: How do I limit data connections to not see SQL Server INFORMATION_SCHEMA. in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-I-limit-data-connections-to-not-see-SQL-Server/m-p/1022899#M1515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am the SQL Server admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a SQL account with SELECT privileges for one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use an OLEDB connection, the 'select data to load' process, lists the one 'granted database' the account has access to as well as msdb, master and tempdb.&amp;nbsp; &lt;BR /&gt;The 'granted database' lists all the other owners (schema) in the database.&amp;nbsp; The dbo, sys and INFORMATION_SCHEMA owner, shows the objects in these schemas.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Under the databases &lt;/SPAN&gt;msdb&lt;SPAN style="font-size: 13.3333px;"&gt;, master and &lt;/SPAN&gt;tempdb&lt;SPAN style="font-size: 13.3333px;"&gt;, the owners' listed include &lt;/SPAN&gt;dbo&lt;SPAN style="font-size: 13.3333px;"&gt;, sys and INFORMATION_SCHEMA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;When I use the same account with ODBC connection, I see every database on the server. The other 'user' databases &lt;/SPAN&gt;does&lt;SPAN style="font-size: 13.3333px;"&gt; not list any owners, but the same visibility to msdb, master and tempdb databases and schemas dbo, sys and INFORMATION_SCHEMA objects.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;Ideally, I want to limit the view of database objects to our user community to data that we have provided read capability to.&lt;BR /&gt;&lt;BR /&gt;Thoughts?&amp;nbsp; Suggestions?&lt;BR /&gt;&lt;BR /&gt;Below is an example of the objects under msdb database and INFORMATION_SCHEMA displays.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qliksense_shows_msdb.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/116881_qliksense_shows_msdb.gif" style="height: 466px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Mar 2016 20:56:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-03T20:56:10Z</dc:date>
    <item>
      <title>How do I limit data connections to not see SQL Server INFORMATION_SCHEMA.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-I-limit-data-connections-to-not-see-SQL-Server/m-p/1022897#M1513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a SQL Server account that has limited privileges to a specific database and schema.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;However, when a user logs into Qlik Sense they see the SQL Server databases master, msdb,&amp;nbsp; tempdb and schema like INFORMATION_SCHEMA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I limit read only users not see this meta data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 00:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-I-limit-data-connections-to-not-see-SQL-Server/m-p/1022897#M1513</guid>
      <dc:creator />
      <dc:date>2016-02-25T00:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I limit data connections to not see SQL Server INFORMATION_SCHEMA.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-I-limit-data-connections-to-not-see-SQL-Server/m-p/1022898#M1514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From Qlik point of view you can not do anything..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This access depends on your User Credentials which is being created in SQL...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ask SQL admin to set these permission for your login....&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 08:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-I-limit-data-connections-to-not-see-SQL-Server/m-p/1022898#M1514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-25T08:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I limit data connections to not see SQL Server INFORMATION_SCHEMA.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-I-limit-data-connections-to-not-see-SQL-Server/m-p/1022899#M1515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am the SQL Server admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a SQL account with SELECT privileges for one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use an OLEDB connection, the 'select data to load' process, lists the one 'granted database' the account has access to as well as msdb, master and tempdb.&amp;nbsp; &lt;BR /&gt;The 'granted database' lists all the other owners (schema) in the database.&amp;nbsp; The dbo, sys and INFORMATION_SCHEMA owner, shows the objects in these schemas.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Under the databases &lt;/SPAN&gt;msdb&lt;SPAN style="font-size: 13.3333px;"&gt;, master and &lt;/SPAN&gt;tempdb&lt;SPAN style="font-size: 13.3333px;"&gt;, the owners' listed include &lt;/SPAN&gt;dbo&lt;SPAN style="font-size: 13.3333px;"&gt;, sys and INFORMATION_SCHEMA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;When I use the same account with ODBC connection, I see every database on the server. The other 'user' databases &lt;/SPAN&gt;does&lt;SPAN style="font-size: 13.3333px;"&gt; not list any owners, but the same visibility to msdb, master and tempdb databases and schemas dbo, sys and INFORMATION_SCHEMA objects.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;Ideally, I want to limit the view of database objects to our user community to data that we have provided read capability to.&lt;BR /&gt;&lt;BR /&gt;Thoughts?&amp;nbsp; Suggestions?&lt;BR /&gt;&lt;BR /&gt;Below is an example of the objects under msdb database and INFORMATION_SCHEMA displays.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qliksense_shows_msdb.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/116881_qliksense_shows_msdb.gif" style="height: 466px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 20:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-I-limit-data-connections-to-not-see-SQL-Server/m-p/1022899#M1515</guid>
      <dc:creator />
      <dc:date>2016-03-03T20:56:10Z</dc:date>
    </item>
  </channel>
</rss>

