0

How can we query azure synapse table from azure logic apps.To fetch all the rows

Akram
  • 958
  • 5
  • 11

1 Answers1

0

I had connected using SQL Server connection

1.Connection name: Enter a name

2.Authentication type: SQL Server Authentication

3.SQL Server Name: Synapse Workspace,Copy Serverless SQL Endpoint

4.Database name: Name of your database

5.Username: Choose Properties (inside Settings tab) from the left menu bar and copy the username inside the SQL admin username field

6.Password: Choose (reset admin password) and enter new password and save the passsword.

7.Gateway: Not needed (Only required in case of fetching from external system)

Akram
  • 958
  • 5
  • 11