PrepAway - Latest Free Exam Questions & Answers

Which approach should you use?

Your application contains a stored procedure for each country. Each stored procedure accepts an employee identification number through the @EmplD 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?

PrepAway - Latest Free Exam Questions & Answers

A.
A SELECT statement that includes CASE

B.
Cursor

C.
BULK INSERT

D.
View

E.
A user-defined function

Explanation:
SQL Server user-defined functions are routines that accept parameters, perform an action, such as a complex calculation, and return the result of that action as a
value. The return value can either be a single scalar value or a result set.

2 Comments on “Which approach should you use?

    1. macskiba says:

      I’ve tested it – Msg 557, Level 16, State 2, Line 23
      Only functions and some extended stored procedures can be executed from within a function.

      LW is right – it’s Cursor




      0



      0

Leave a Reply