Azure Synapse data warehouse Connection string

Shawn Mathew 41 Reputation points
2021-04-06T06:51:39.95+00:00

I have a connection string for azure data warehouse synapse provided by a client. Im a total beginner and it would be a great help if someone could please explain the steps I have to take next to use this connection string to get access to the data table. I posted a question earlier regarding this but I'm still not clear.

Thanks

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,395 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,938 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 77,751 Reputation points Microsoft Employee
    2021-04-06T09:24:27.08+00:00

    Hello @Shawn Mathew ,

    You can use multiple tools to access the data table.

    For Dedicated SQL pool (formerly SQL DWH):

    Step1: Go to Azure Portal => Select Dedicated SQL pool => Overview copy server name

    84863-image.png

    Step2: Open SSMS => Connect to database engine => Give the below details as shown below.

    Server name: servername.database.windows.net  
    Authentication: SQL Server Authentication  
    Login:admin  
    Password:***********  
    

    84785-synapse-dedicatedpool-sssms.gif

    For more details, refer Quickstart: Connect and query a dedicated SQL pool in Azure Synapse Analytics with SQL Server Management Studio (SSMS).

    For Azure Synapse SQL pool:

    Step1: Go to Azure Portal => Synapse Workspace => Overview => Copy any SQL endpoint

    Dedicated SQL endpoint :synapseworkspacename.sql.azuresynapse.net   
    Serverless SQL endpoint: cheprasynapse-ondemand.sql.azuresynapse.net  
    

    84864-image.png

    Step2: Open SSMS => Connect to database engine => Give the below details as shown below.

    Server name: synapseworkspacename.sql.azuresynapse.net  
    Authentication: SQL Server Authentication  
    Login:admin  
    Password:***********  
    

    84871-synapse-ssms.gif.

    For more details, refer Connect to Synapse SQL.

    Hope this helps. Do let us know if you any further queries.

    ------------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful