I have earlier used Microsoft SQL Server Management Studio here with Azure SQL here but I want to try DbVis (a platform independent alternative). I am trying DbVis in OSX. I could find JDBC driver for SQL Server here but not sure whether this required to use DbVis with Azure SQL in OSX.
Which driver do I need to select to connect to the Azure SQL in DbVis?
Trial 1. Error with admin credentials
The settings are
- Server name
myDB.database.windows.net
asDatabase URL
- Azure SQL admin as
Database userid
- Azure SQL password as
Database Password
by which the error such that
An error occurred while establishing the connection: The selected Driver cannot handle the specified Database URL. The most common reason for this error is that the database URL contains a syntax error preventing the driver from accepting it. The error also occurs when trying to connect to a database with the wrong driver. Correct this and try again.
Potentially related
I have no issue with DBVisualizer/jTDS driver though.
From what i see, the first error simply indicates you have error in your connection string, i'd suggest you open Azure Management Portal and copy the corresponding jdbc connection string from there.
The second error indicates you cannot ping server in database URL mode, switch to server info mode and you are good to go then.