nerdexam
Microsoft

DP-203 · Question #340

You have an Azure SQL database named DB1 and an Azure Data Factory data pipeline named pipeline1. From Data Factory, you configure a linked service to DB1. In DB1, you create a stored procedure…

The correct answer is A. Script C. Lookup. https://learn.microsoft.com/en-us/answers/questions/925742/how-to-process-output-from-stored- procedure-in-azu

Submitted by alyssa_d· Mar 30, 2026Develop data processing

Question

You have an Azure SQL database named DB1 and an Azure Data Factory data pipeline named pipeline1. 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 pipeline1 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? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Options

  • AScript
  • BCopy
  • CLookup
  • DStored Procedure

How the community answered

(26 responses)
  • A
    81% (21)
  • B
    8% (2)
  • D
    12% (3)

Explanation

https://learn.microsoft.com/en-us/answers/questions/925742/how-to-process-output-from-stored- procedure-in-azu

Topics

#Lookup activity#Script activity#pipeline variables#stored procedure

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice