How to read data from integration dataset using SQL

Dolase, Vishal 0 Reputation points
2024-12-06T07:09:04.07+00:00

Hello,

I have integration dataset from SQL Database.
I want to query this table for fetching details, I could not find any details in the documentation

User's image

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,372 questions
{count} votes

1 answer

Sort by: Most helpful
  1. NIKHILA NETHIKUNTA 4,600 Reputation points Microsoft External Staff
    2024-12-06T07:59:14.71+00:00

    @Dolase, Vishal
    Thank you for the question and for using Microsoft Q&A platform.

    As per my understanding, you are trying to query from an Integration Dataset.
    We cannot query a dataset while creating it. But you can query it while using it in a pipeline. I have provided an example below:

    I have created an integration dataset for a SQL database:

    User's image

    After creating a dataset, add this as the source to Copy data activity. You can query the table here with the query option:

    User's image

    https://learn.microsoft.com/en-us/azure/data-factory/concepts-datasets-linked-services?tabs=data-factory
    https://techcommunity.microsoft.com/blog/azuresynapseanalyticsblog/ingest-and-transform-data-with-azure-synapse-analytics-with-ease/1975563

    Hope this helps. Do let us know if you have any further queries. ------------ If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.