Discussion :: SQL Server MCQs
- Point out the wrong statement :
A.
The @stmt parameter in sp_executesql is a Unicode string containing valid SQL commands
|
B.
The input type @Type is passed as the first parameter to sp_executesql
|
C.
We can specify the parameters for both input and output in sp_executesql
|
D.
None of the mentioned
|
Answer : Option B
Explanation :
The output type @retType is passed as the second parameter to sp_executesql.
Be The First To Comment