Suggested Answer:A🗳️
Scenario: The query performance of Race Central must be stable, and the administrative time it takes to perform optimizations must be minimized. sp_updatestats updates query optimization statistics on a table or indexed view. By default, the query optimizer already updates statistics as necessary to improve the query plan; in some cases you can improve query performance by using UPDATE STATISTICS or the stored procedure sp_updatestats to update statistics more frequently than the default updates. Incorrect Answers: D: dbcc checkdchecks the logical and physical integrity of all the objects in the specified database References: https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-updatestats-transact-sql?view=sql-server-ver15
Azure SQL Database includes database advisors that provide performance tuning recommendations for single and pooled databases. These recommendations are available in the Azure portal as well as by using PowerShell. You can also enable automatic tuning so that Azure SQL Database can automatically implement these tuning recommendations.
B it is.
agree.
the text says it all "...The query performance of Race Central must be stable, and the administrative time it takes to perform optimizations must be minimized..."
to be stable means that we must have an automatic process and not a manual one when needed => B
regards
The question leaves unclear, over what dimension the query time should be stable: 1) Same query over time, 2) same query with different parameters ("carId"), or 3) initial run or repeated queries (cache). Happy guessing the intention of the one who asks!
with automatic tuning , depending ot the workload, all the hints are deployed or in a waiting approval state. then manually you approve and deploy it. so the optimization is done with a minimal manual process. and only updating stats is not enough to optimize , you need to check indexes.
Automatic tuning is one option but here it is talking about the administrative time should be minimal, which means manual process and hence sp_updatestats.
upvoted 3 times
...
This section is not available anymore. Please use the main Exam Page.DP-200 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
STH
Highly Voted 5 years, 6 months agoemmanuelcs
4 years, 8 months agoThijsN
4 years, 4 months agoThijsN
4 years, 4 months agomemo43
4 years agosamok
Highly Voted 5 years, 3 months agosyu31svc
Most Recent 4 years, 6 months agodumpsm42
4 years, 6 months agoNieswurz
4 years, 10 months agowyxh
5 years agocdume
5 years, 3 months agoAbbas
5 years, 5 months ago