<?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: Problems with OLEDB connection to SQL server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problems-with-OLEDB-connection-to-SQL-server/m-p/734941#M675295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure you select the right schema. It's possible the user you use to connect with doesn't own any tables, but does have priviliges to read tables in another schema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2014 15:43:33 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-07-08T15:43:33Z</dc:date>
    <item>
      <title>Problems with OLEDB connection to SQL server</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-OLEDB-connection-to-SQL-server/m-p/734940#M675294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am trying to connect to a SQL server from my computer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done this before (but not from this computer) and I know the basics. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the "Microsoft OLE DB Provider for SQL Server" and I have all necessary info such as ServerName, UserName and password. The connection works and the OLE DB string is created but once I try to access the database no tables or views are visible or accessible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried using ODBC with the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to do the same thing using Xls it works and I can see all of the tables and views in the data base. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Hans &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 15:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-OLEDB-connection-to-SQL-server/m-p/734940#M675294</guid>
      <dc:creator />
      <dc:date>2014-07-08T15:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with OLEDB connection to SQL server</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-OLEDB-connection-to-SQL-server/m-p/734941#M675295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure you select the right schema. It's possible the user you use to connect with doesn't own any tables, but does have priviliges to read tables in another schema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 15:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-OLEDB-connection-to-SQL-server/m-p/734941#M675295</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-07-08T15:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with OLEDB connection to SQL server</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-OLEDB-connection-to-SQL-server/m-p/734942#M675296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert, I have tried different schemas. The schema "master" works, then I can see the tables. But I am not interested in that schema. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am missing out on some privileges how come it works when i use Excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 15:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-OLEDB-connection-to-SQL-server/m-p/734942#M675296</guid>
      <dc:creator />
      <dc:date>2014-07-08T15:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with OLEDB connection to SQL server</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-OLEDB-connection-to-SQL-server/m-p/734943#M675297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, master is a database (at least afaik). Perhaps you've got the wrong database too. A SQL Server instance can have many databases. Perhaps you should ask your local friendly database administrator to help you get connected correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 16:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-OLEDB-connection-to-SQL-server/m-p/734943#M675297</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-07-08T16:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with OLEDB connection to SQL server</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-OLEDB-connection-to-SQL-server/m-p/734944#M675298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert, thanks for your answers!&lt;/P&gt;&lt;P&gt;how do I select a specific schema?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When creating the OLE DB Connection string I can select "Servername" and "database" but NOT "Schema". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I create an OLE DB Connection in Excel using the exact same information it works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess was that I lacked some privileges on the SQL-server and that my user didn´t have access to the specific views. But since it works in Excel I am very confused! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 11:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-OLEDB-connection-to-SQL-server/m-p/734944#M675298</guid>
      <dc:creator />
      <dc:date>2014-07-09T11:55:56Z</dc:date>
    </item>
    <item>
      <title>Problems with OLEDB connection to SQL server</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-OLEDB-connection-to-SQL-server/m-p/1550504#M675299</link>
      <description>&lt;P&gt;I just had a similar issue in Qlik Sense with the OLE DB connector, and ended up finding help in an old QlikView knowledge base artice (&lt;SPAN&gt;000048672&lt;/SPAN&gt;). If the database name contains a period character the connector can end up being confused.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt;&lt;BR /&gt;Server: sqlserver01&lt;BR /&gt;DB name: My.database.name&lt;/P&gt;&lt;P&gt;That confuses the GUI when selecting data from schemas, but if you just insert the connection string and throw an SQL statement it will work just fine.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 13:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-OLEDB-connection-to-SQL-server/m-p/1550504#M675299</guid>
      <dc:creator>jakob_rasmussen</dc:creator>
      <dc:date>2019-02-28T13:27:52Z</dc:date>
    </item>
  </channel>
</rss>

