Can QuickSight connect to Azure SQL Database?

0

This question was asked in AWS Forums.

I want to use Azure SQL Database as a data source - I have the connection credentials, and I can even Validate the connection in QuickSight; but once it connects, it says there are no tables in the database. I thought it might be a firewall issue, and I've created a firewall rule for the Northern Virginia data center, but it had no affect. Has anyone tried this?

AWS
專家
Luca_I
已提問 2 年前檢視次數 1194 次
2 個答案
1

I am answering this question by myself as I was asked by a customer and found a definitive answer for it.

While Azure SQL is not explicitly listed as one of the QuickSight data sources, you can still use it as a data source. TLS/SSL is also supported now, and I have tested it personally.

Example of JDBC connection parameters:

Server: "servername".database.windows.net Port: 1433 Database Name: "databasename" Username: "username"@"servername" Password: "password"

Make sure to use the "username"@"servername" format for the Username.

AWS
專家
Luca_I
已回答 2 年前
0

Since you are able to connect but observe "no tables in the database", can you check what permissions are set for the user on Azure SQL side?

AWS
Bhanu_P
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南