<?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: Struggling to connect to a SQL Server 2008 R2 Express named instance in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246056#M31709</link>
    <description>I put: 
&lt;BR /&gt;Username: sa 
&lt;BR /&gt;password: **** 
&lt;BR /&gt;Server: Khyati 
&lt;BR /&gt;Port: 1433 
&lt;BR /&gt;DA: Talend 
&lt;BR /&gt;Additional parameters: instance=SQLEXPRESS 
&lt;BR /&gt;I have created the db 'Talend' in SQL SERVER Management Studio. Port is enabled in TCP/IP and is 1433. What else do I need to do? 
&lt;BR /&gt;I am getting an error: Connection failure. You must change the database settings. Server 'Khyati' has no instance named 'SQLEXPRESS'.</description>
    <pubDate>Fri, 10 Apr 2015 04:47:59 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2015-04-10T04:47:59Z</dc:date>
    <item>
      <title>Struggling to connect to a SQL Server 2008 R2 Express named instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246050#M31703</link>
      <description>&lt;P&gt;Hi there, &lt;BR /&gt;I'm trying to create my first DB connection via the wizard, but I can't seem to connect. &lt;BR /&gt;SQL Server is running locally on my laptop; Open Profiler is also installed on my laptop. &lt;BR /&gt;My computer name is 'Carl-THINK'&lt;BR /&gt;The instance name is 'SQLExpress'&lt;BR /&gt;SQL Server is running in mixed authentication mode and the 'sa' account is enabled.&lt;BR /&gt;I'm not sure how to determine what port number the instance is running on?&lt;BR /&gt;I'm trying to connect to the 'AdventureWorks2008R2' database. &lt;BR /&gt;Please help... thanks, &lt;BR /&gt;Carl&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246050#M31703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to connect to a SQL Server 2008 R2 Express named instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246051#M31704</link>
      <description>You need to give scrreenshot of settings you enter via DB connection wizard. 
&lt;BR /&gt;To get port number of your sql server you can use sql server configuration manager --&amp;gt;protocols for sqlexpress-&amp;gt;TCP/TP. This gives you ports and ip address. But you need to share what inputs you are giving to various fields in wizard to get a clear picture of what is going wrong</description>
      <pubDate>Tue, 11 Oct 2011 08:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246051#M31704</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-10-11T08:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to connect to a SQL Server 2008 R2 Express named instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246052#M31705</link>
      <description>thnx... pix attached</description>
      <pubDate>Tue, 11 Oct 2011 11:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246052#M31705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-11T11:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to connect to a SQL Server 2008 R2 Express named instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246053#M31706</link>
      <description>Hi,
&lt;BR /&gt;You can follow steps given below to resolve issue
&lt;BR /&gt;a) Through SQL server configuration manager ?Enable? the SQL Server Network Configurations and SQL Native Client 10.0 Configuration. See to that all the protocols are enabled except VIA.
&lt;BR /&gt;b) Open SQL Server Management studio and right click ? properties on Database Connection. This will open properties window. Enable mixed mode authentication mode as shown in the figure below.
&lt;BR /&gt;c) Go to Security ? Logins ? sa user and change the password for user sa.
&lt;BR /&gt;d) Restart SQL Server Service and verify for the access
&lt;BR /&gt;e) Create a new database connection in Metadata and enter required details
&lt;BR /&gt;f) If you want to use another database user, and then add a user in sql server, assign a new password.
&lt;BR /&gt;Default port is 1433
&lt;BR /&gt;Thanks
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 08 Nov 2011 11:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246053#M31706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-08T11:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to connect to a SQL Server 2008 R2 Express named instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246054#M31707</link>
      <description>not working for me. tried both 32 and 64 bit (working on 64 bit machine).&lt;BR /&gt;accessing SQL server through management studio with the given user does work.&lt;BR /&gt;So must be a glitch in the connection....&lt;BR /&gt;tried the jdbc and odbc connection, still no luck.</description>
      <pubDate>Tue, 06 Dec 2011 14:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246054#M31707</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-12-06T14:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to connect to a SQL Server 2008 R2 Express named instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246055#M31708</link>
      <description>You must specify the instance name of the Microsoft SQL Server in your database component. 
&lt;BR /&gt;in Additional Parameters put instance=SQLExpress</description>
      <pubDate>Tue, 06 Dec 2011 15:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246055#M31708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-06T15:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to connect to a SQL Server 2008 R2 Express named instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246056#M31709</link>
      <description>I put: 
&lt;BR /&gt;Username: sa 
&lt;BR /&gt;password: **** 
&lt;BR /&gt;Server: Khyati 
&lt;BR /&gt;Port: 1433 
&lt;BR /&gt;DA: Talend 
&lt;BR /&gt;Additional parameters: instance=SQLEXPRESS 
&lt;BR /&gt;I have created the db 'Talend' in SQL SERVER Management Studio. Port is enabled in TCP/IP and is 1433. What else do I need to do? 
&lt;BR /&gt;I am getting an error: Connection failure. You must change the database settings. Server 'Khyati' has no instance named 'SQLEXPRESS'.</description>
      <pubDate>Fri, 10 Apr 2015 04:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246056#M31709</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-04-10T04:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to connect to a SQL Server 2008 R2 Express named instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246057#M31710</link>
      <description>Does anyone know the solution to the above query? I could successfully activate the SQL Server Browser and login on SQL Server database through SQLExpress. Please let me know what else do I need to change.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Khyati</description>
      <pubDate>Thu, 16 Apr 2015 16:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246057#M31710</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-04-16T16:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to connect to a SQL Server 2008 R2 Express named instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246058#M31711</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I put:&lt;BR /&gt;Username: sa&lt;BR /&gt;password: ****&lt;BR /&gt;Server: Khyati&lt;BR /&gt;Port: 1433&lt;BR /&gt;DA: Talend&lt;BR /&gt;Additional parameters: instance=SQLEXPRESS&lt;BR /&gt;I have created the db 'Talend' in SQL SERVER Management Studio. Port is enabled in TCP/IP and is 1433. What else do I need to do?&lt;BR /&gt;I am getting an error: Connection failure. You must change the database settings. Server 'Khyati' has no instance named 'SQLEXPRESS'.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;This solution works for me. Thank You. 
&lt;BR /&gt;@Khyati -&amp;gt; Maybe you should IP Address instead computer name</description>
      <pubDate>Tue, 13 Oct 2015 09:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246058#M31711</guid>
      <dc:creator>kusumy</dc:creator>
      <dc:date>2015-10-13T09:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to connect to a SQL Server 2008 R2 Express named instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246059#M31712</link>
      <description>Make sure to enable "TCP/IP" protocol under SQL Server Network Configuration.</description>
      <pubDate>Wed, 02 Nov 2016 12:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246059#M31712</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-11-02T12:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to connect to a SQL Server 2008 R2 Express named instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246060#M31713</link>
      <description>&lt;P&gt;This helped me thanks !&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 07:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Struggling-to-connect-to-a-SQL-Server-2008-R2-Express-named/m-p/2246060#M31713</guid>
      <dc:creator>Pooja_kataria</dc:creator>
      <dc:date>2018-03-15T07:21:09Z</dc:date>
    </item>
  </channel>
</rss>

