Nula
Nula

Reputation: 21

DBeaver connection to Azure Synapse Analytics

I would like to query data from Azure Synapse Analytics with DBeaver.

Has someone tried querying data from Synapse Analytics with DBeaver ?

Has someone also experienced the same, not able to see all the schemas or to read any tables ?

Thank you for your help!

Upvotes: 2

Views: 3409

Answers (1)

chrimaho
chrimaho

Reputation: 694

The easiest method is to choose to connect to 'Azure SQL Server':

Select 'Azure SQL Server'

Then, on the next screen, all you need to do is fill in the Host, Username, and Password. The Host is the value you get from your Synapse Workspace for the Serverless SQL endpoint.

Like this:

Enter access details

Then it should connect successfully. 👍

Upvotes: 1

Related Questions