PrepAway - Latest Free Exam Questions & Answers

How would you accomplish this task?

You work as a database developer at ABC.com. ABC.com has a SQL Server 2012 database
named SalesDB with a table named Invoices.
Application developers are developing several in-house applications that will access the Invoices
table. You need to develop a solution that will allow the applications to access the table indirectly
while still allowing them to update the Invoice table.
How would you accomplish this task?

PrepAway - Latest Free Exam Questions & Answers

A.
You should create a view on the Invoices table.

B.
You should create a columnstore index on all columns used by the applications.

C.
You should allow the applications access to the Invoices table via stored procedures.

D.
You should drop and recreate the Invoices table as a partitioned table.

Explanation:

27 Comments on “How would you accomplish this task?

  1. ASNAOUI Ayoub says:

    I would definitely go for (A)… Creating a view is the more plausible solution…And if you create a view you’ll avoid making a lot of modifications on the calling applications…




    0



    0

Leave a Reply