Which three actions should you perform in sequence?

DRAG DROP
You manage a database with tables named Invoice and InvoiceDetails. Each invoice may have multiple records.
Users update the InvoiceDetails table by using a .NET web application. The application retrieves records from both tables and updates the tables by running an inline update statement.
Users experience slow performance when updating records in the application. The solution must meet the following requirements:
Must use a stored procedure.
Must not use inline update statements Must use a table-valued parameter.
Must call the stored procedure to update all records.
You need to optimize performance.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

microsoft-exams

One thought on “Which three actions should you perform in sequence?

  1. “Must not use inline update statements”. I don’t know what these are; I think they mean “Must not use row by row updates”

Leave a Reply

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


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