Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Gartner® Magic Quadrant™: 15 YEARS A LEADER - GET THE REPORT
cancel
Showing results for 
Search instead for 
Did you mean: 
fe-c
Contributor III
Contributor III

Qlik Sense Enterprise: MS SQL Connector - configure DB instance

Hi,

is it possible to configure the DB/SQL instance in the "Create new connection (Microsoft SQL Server)" dialog?

I'm not able to establish a connetion to "servername\instance02".

I tried directly the "Server" input field and also the "Advanced" options with name "instace" and value "instance02", but it does not work.

Labels (1)
1 Solution

Accepted Solutions
RenuLalwani
Employee
Employee

Hello,

Qlik MSSQL connector connects to the default instance "MSSQLSERVER" on default port 1433

To connect to other named instances (apart from default), either assign a static port other than 1433 to your named instance, or use dynamic port range value "0" in Port field.

Make sure the SQL browser service is running. (you might need to check this with your IT or DBA admin if you are not the owner of the SQL Server or DB)

Hope this helps!

View solution in original post

2 Replies
RenuLalwani
Employee
Employee

Hello,

Qlik MSSQL connector connects to the default instance "MSSQLSERVER" on default port 1433

To connect to other named instances (apart from default), either assign a static port other than 1433 to your named instance, or use dynamic port range value "0" in Port field.

Make sure the SQL browser service is running. (you might need to check this with your IT or DBA admin if you are not the owner of the SQL Server or DB)

Hope this helps!

fe-c
Contributor III
Contributor III
Author

Using the port "0" solved this problem for me. 

Thanks for guidance!