ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 257 - DP-203 discussion

Report
Export

You have an Azure SQL database named DB1 and an Azure Data Factory data pipeline named pipeline. From Data Factory, you configure a linked service to DB1.

In DB1, you create a stored procedure named SP1. SP1 returns a single row of data that has four columns. You need to add an activity to pipeline to execute SP1. The solution must ensure that the values in the columns are stored as pipeline variables. Which two types of activities can you use to execute SP1? (Refer to Data Engineering on Microsoft Azure documents or guide for Answers/Explanation available at Microsoft.com)

A.
Stored Procedure
Answers
A.
Stored Procedure
B.
Lookup
Answers
B.
Lookup
C.
Script
Answers
C.
Script
D.
Answers
D.
Suggested answer: A, B

Explanation:

A. Stored Procedure

B. Lookup

C. Script

D. Copy

Answer: AB

Explanation:

the two types of activities that you can use to execute SP1 are Stored Procedure and Lookup. A Stored Procedure activity executes a stored procedure on an Azure SQL Database or Azure Synapse Analytics or SQL Server1. You can specify the stored procedure name and parameters in the activity settings1. A Lookup activity retrieves a dataset from any data source that returns a single row of data with four columns2. You can use a query to execute a stored procedure as the source of the Lookup activity2. You can then store the values in the columns as pipeline variables by using expressions2. https://learn.microsoft.com/en-us/azure/data-factory/transform-data-using-stored-procedure

asked 02/10/2024
Aurelie Touraille Colombo
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first