azure data factory - copy activity

Sae In Choi 6 Reputation points Microsoft Employee
2022-05-16T06:42:05.257+00:00

Hi All,

While doing copy activity from on-prem SQL to Azure SQL DB, does it impact to on-prem SQL performance?
I don't care the performance of copy activity, but just worrying about the performance of SQL DB on-prem.

If it impacts to on-prem SQL DB, is there any way to minimize the impact of SQL DB?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,488 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,526 Reputation points Microsoft Employee Moderator
    2022-05-17T09:26:10.31+00:00

    Hi anonymous user ,

    Thank you for posting query in Microsoft Q&A Platform.

    To fetch data from on-prem SQL you need to consider installing Selfhosted IR to an on-prem machine or virtual machine with in your on-prem network.

    This selfhosted IR uses resources from on-prem environment to perform data movement. Hence to make sure your on-prem sql performance not to degrade, consider installing selfhosted IR in different machine. Don't install selfhosted IR in the same machine where your SQL data source is present.

    Please check below documentation that helps to understand better.
    Considerations for using a self-hosted IR

    Hope this helps. Please let us know if any further queries.

    ---------
    Please consider hitting Accept Answer. Accepted answers help community as well.


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.