Skip to content

Instantly share code, notes, and snippets.

@chgsantos
Last active July 30, 2019 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chgsantos/bd3150619d69ec17128d67f288c1de72 to your computer and use it in GitHub Desktop.
Save chgsantos/bd3150619d69ec17128d67f288c1de72 to your computer and use it in GitHub Desktop.
Metabase connection to Azure SQL Server

When I was connecting do Azure SQL Server with Metabase I was getting a timeout error.

To solve it I connected using the following information:

Param Value
Server <database-server>.database.windows.net
Port 1433 (REQUIRED!!!)
Database <database-name>
Database instance name empty
Database user <database-user>
Database password <database-password>
Additional JDBC options encrypt=true; trustServerCertificate=false; hostNameInCertificate=*.database.windows.net; loginTimeout=30
SSL Tunnel no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment