注:この質問は、同じまたは類似の回答の選択肢を使用する一連の質問の一部です。回答の選択は、シリーズ内の複数の質問に対して正しい場合があります。各質問は、このシリーズの他の質問とは無関係です。質問に記載されている情報と詳細は、その質問にのみ適用されます。 Microsoft Azureの特定のデータベースでログイン、CPU時間、およびディスクI / Oに関する情報を調べる必要があります。 あなたは何を使うべきですか?
正解:A
Explanation Activity Monitor displays information about SQL Server processes and how these processes affect the current instance of SQL Server. Activity Monitor is a tabbed document window with the following expandable and collapsible panes: Overview, Active User Tasks, Resource Waits, Data File I/O, and Recent Expensive Queries. The Activity User Tasks Pane shows information for active user connections to the instance, including the following column: * Login: The SQL Server login name under which the session is currently executing. The Recent Expensive Queries Pane shows information about the most expensive queries that have been run on the instance over the last 30 seconds, including the following column: * CPU (ms/sec): The rate of CPU use by the query References: https://technet.microsoft.com/en-us/library/cc879320(v=sql.105).aspx