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)- A11% (5)
- C2% (1)
- D80% (37)
- E7% (3)
Community Discussion
No community discussion yet for this question.