Forum Discussion
Can't connect to SQL Server named instance
- 8 years ago
I figured out the issue, it was UDP port 1434 for the SQL Browser, non-standard, usually TCP 1434 is enough
cmikos,
Do you connect to the SQL Server using the machinename\MSSQLSERVER or servername\MSSQLSERVER connection string? If that is the case, MSSQLSERVER is for default instance, hence just provide the server name(machine name) alone in the connection string and don’t use \MSSQLSERVER.
After you publish the PBIX file to Power BI Service, make sure that you enter same server name and database name as that you use in Power BI Desktop when adding SQL data source within gateway, then you are able to use gateway to refresh your dataset.
Regards,
Lydia
- cmikos8 years agoHelper I
I figured out the issue, it was UDP port 1434 for the SQL Browser, non-standard, usually TCP 1434 is enough