DB1という名前のAzureSQLデータベースがあります。 DB1に接続しているときにクエリを実行します。 クエリの実際の実行プランを確認し、クエリによって参照されるテーブルにインデックスを追加します。 クエリの以前の実際の実行プランをライブクエリ統計と比較する必要があります。 Microsoft SQL Server Management Studio(SSMS)で最初に何をする必要がありますか?
正解:C
Explanation The Plan Comparison menu option allows side-by-side comparison of two different execution plans, for easier identification of similarities and changes that explain the different behaviors for all the reasons stated above. This option can compare between: Two previously saved execution plan files (.sqlplan extension). One active execution plan and one previously saved query execution plan. Two selected query plans in Query Store.