You’ve created a standard stored procedure that’s not a CLR procedure. This procedure has
several parameters, some of which are output parameters. Which of the following CANNOT be
passed back as an output parameter from a stored procedure?

A.
Text
B.
image
C.
Ntext
D.
Any of these
Explanation:
Unless you create a CLR procedure, you can use these data types are return values.