What are the two types of system performance metrics that are useful for troubleshooting SQL Server performance issues?

What will be an ideal response?


The first are basic measures of resource utilization (e.g., processor utilization, available memory, and average disk throughput). These metrics (for example, sustained activity or spikes in activity relative to the baseline performance) help you understand how busy a resource is and whether the level of activity is abnormal. The second type of metric enables further diagnosis of a problem by analyzing the number of backlogged requests that are waiting for the resource to become available.

Computer Science & Information Technology

You might also like to view...

After an Excel template is complete, you should ________ it before it is ready to use

Fill in the blank(s) with correct word

Computer Science & Information Technology

What are the three elements of communication?

What will be an ideal response?

Computer Science & Information Technology

The type of connection to the Internet can take many different forms, such as a simple modem connection, a cable modem connection, DSL, ADSL, a T1 line, a T3 line, a frame relay connection, or a fiber optic cable.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following statements about queues is true?

A. Queue insertion requires a search function and a delete function. B. Queues are a FIFO data structure. C. The queue header requires only a top; a common design also includes a node counter. D. Queue deletion takes place at the rear of the queue. E. Queues are usually implemented using arrays.

Computer Science & Information Technology