nerdexam
Microsoft

70-457 · Question #52

Your application contains a stored procedure for each country. Each stored procedure accepts an employee identification number through the @EmpID parameter. You need to build a single process for…

The correct answer is D. Cursor. See the full explanation below for the reasoning.

Question

Your application contains a stored procedure for each country. Each stored procedure accepts an employee identification number through the @EmpID parameter. You need to build a single process for each employee that will execute the appropriate stored procedure based on the country of residence. Which approach should you use?

Options

  • Aa SELECT statement that includes CASE
  • BBULK INSERT
  • CA user-defined function
  • DCursor
  • Eview

How the community answered

(46 responses)
  • A
    11% (5)
  • C
    2% (1)
  • D
    80% (37)
  • E
    7% (3)

Community Discussion

No community discussion yet for this question.

Full 70-457 Practice