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:
kimalto452
4 years, 6 months agokimalto452
4 years, 6 months ago