SQL Server 2019 または Windows Server 2019 を実行する Azure 仮想マシンがあります。仮想マシンには 4 つの vCPU と 28 GB のメモリがあります。
仮想マシンを 8 個の vCPU と 64 GB のメモリにスケールアップします。
サーバーのパフォーマンスに悪影響を与えずに、tempdb の競合を減らす必要があります。
tempdb に構成する必要があるセカンダリ データ ファイルの数はいくつですか?
正解:C
Basic Concept: This question tests Azure monitoring and performance management, including which metric, log destination, or alerting behavior fits the operational requirement.
Why C is Correct: 8 is related to operational monitoring or tuning, but it must match the exact signal needed:
query history, resource utilization, wait/blocking detail, or automatic remediation. This fits the case because the requested outcome is: You need to reduce tempdb contention without regatively affecting server performance. The selected feature addresses that outcome directly rather than relying on a workaround.
Why A is Wrong: 2 is related to operational monitoring or tuning, but it must match the exact signal needed:
query history, resource utilization, wait/blocking detail, or automatic remediation. It does not expose the required metric, query history, wait/blocking signal, or tuning mechanism; using it would not give the administrator the evidence requested.
Why B is Wrong: 4 is related to operational monitoring or tuning, but it must match the exact signal needed:
query history, resource utilization, wait/blocking detail, or automatic remediation. It is useful in other troubleshooting paths, but this scenario requires a more specific monitoring or optimization feature.
Why D is Wrong: 64 is related to operational monitoring or tuning, but it must match the exact signal needed:
query history, resource utilization, wait/blocking detail, or automatic remediation. It does not expose the required metric, query history, wait/blocking signal, or tuning mechanism; using it would not give the administrator the evidence requested.