0 votes
in Azure Data Factory by
What is the key difference between the Dataset and Linked Service in Azure Data Factory?

1 Answer

0 votes
by

Dataset specifies a reference to the data store described by the linked service. When we put data to the dataset from a SQL Server instance, the dataset indicates the table's name that contains the target data or the query that returns data from different tables.

Linked service specifies a description of the connection string used to connect to the data stores. For example, when we put data in a linked service from a SQL Server instance, the linked service contains the name for the SQL Server instance and the credentials used to connect to that instance.

Related questions

+1 vote
asked Jun 12, 2022 in Azure Data Factory by SakshiSharma
0 votes
asked Jun 12, 2022 in Azure Data Factory by SakshiSharma
...