What should you recommend?

A Windows Azure application retrieves data from SQL Azure. You need to recommend an approach for
improving application query performance.
What should you recommend?

A Windows Azure application retrieves data from SQL Azure. You need to recommend an approach for
improving application query performance.
What should you recommend?

A.
Create a database view to retrieve the data.

B.
Use a clustered index on the SQL Azure database tables.

C.
Open a new database connection when an operation times out.

D.
Create SQL Azure database table indexes based on application queries.



Leave a Reply 2

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


marketymark

marketymark

I actually think D is right.

https://docs.microsoft.com/en-us/azure/sql-database/sql-database-performance-guidance

” During query execution, SQL Database tracks how often each query plan is executed, and tracks the estimated gap between the executing query plan and the imagined one where that index existed. You can use these DMVs to quickly guess which changes to your physical database design might improve overall workload cost for a database and its real workload.
You can use this query to evaluate potential missing indexes:”