nerdexam
Microsoft

70-451 · Question #83

You have a legacy application. You do not have access to the application source code. The application has a large denormalized table that contains 100 columns. The application uses stored procedures…

The correct answer is D. Create smaller tables. Update the views and stored procedures. See the full explanation below for the reasoning.

Question

You have a legacy application. You do not have access to the application source code. The application has a large denormalized table that contains 100 columns. The application uses stored procedures and views to perform all data manipulation language (DML) activities on the table. You need to optimize the performance of the application to meet the following requirement:

  • Reduce I/O
  • Minimize the storage requirements
  • Optimize insert, update, and delete operations

What should you do?

Options

  • ACreate nonclustered indexes on all columns in the table.
  • BCreate new stored procedures that use the existing views.
  • CCreate new views. Perform DML activities against the views.
  • DCreate smaller tables. Update the views and stored procedures.

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    15% (4)
  • C
    7% (2)
  • D
    74% (20)

Community Discussion

No community discussion yet for this question.

Full 70-451 Practice