Microsoft Exam Questions

You have an application that uses a Microsoft SQL Server database on a Microsoft Azure virtual machi

You have an

application that uses a Microsoft SQL Server database on a Microsoft Azure virtual machine.

The application experiences performance issues, which you suspect are related to the connection pooling. The issues are prevalent only when there are more than 150

concurrent connections.

You need to identify whether the performance issues are related to the connection pooling.

Which dynamic management view should you query?

A. sys.dm_os_memory_pools

B. sys.dm_exec_requests

C. sys.dm_exec_connections

D. sys.dm_ex

ec_sessions

Explanation:

References:

Connection Pooling for the SQL Server DBA