What should you do?

You are a database developer on an instance of SQL Server 2008. Your Sales database contains sales-related data for your company.
You need to create a stored procedure that will be used by several in-house applications. Your development team will implement the stored procedure using DataReader objects. The stored procedure must query multiple tables in the Sales database using a complex join, and return the query results to the caller.
What should you do?
A. Create a stored procedure that accepts scalar input values and returns a result set.
B. Create a CLR stored procedure that accepts multiple scalar input parameters.
C. Create a stored procedure that accepts multiple scalar input parameters and returns data using an OUTPUT parameter.
D. Create a stored procedure that accepts a table-valued input parameter and returns a table-valued output parameter.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.