Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Script Activity | Foundations of Azure Data Factory
Introduction to Data Engineering with Azure
course content

Conteúdo do Curso

Introduction to Data Engineering with Azure

Introduction to Data Engineering with Azure

1. Getting Started with Azure and Core Tools
2. Foundations of Azure Data Factory
3. Data Flows and Transformations in ADF
4. Practical Problem Solving with ADF

bookScript Activity

The Script Activity in Azure Data Factory is a powerful tool that allows you to execute SQL scripts as part of your data pipelines. This feature is particularly useful for tasks such as managing database schemas, performing updates, or running any custom SQL commands needed to prepare or manage your data infrastructure.

Unlike the Copy Activity, which is focused on moving data, the Script Activity is designed to modify, update, or interact with the database itself. It is commonly used in scenarios such as adding or removing columns, creating or dropping tables, or applying business rules through stored procedures.

How to Use Script Activity

  1. Start by dragging the Script Activity from the Activities pane onto the pipeline canvas in Azure Data Factory Studio;
  2. Link the Script Activity to your database by selecting a pre-configured Linked Service;
  3. Open the Script tab and write your SQL commands, such as creating, modifying, or dropping database objects;
  4. Validate the pipeline.
How does the Script Activity differ from the Copy Activity in Azure Data Factory?

How does the Script Activity differ from the Copy Activity in Azure Data Factory?

Selecione a resposta correta

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 4
We're sorry to hear that something went wrong. What happened?
some-alt