Valid 70-765 Dumps shared by ExamDiscuss.com for Helping Passing 70-765 Exam! ExamDiscuss.com now offer the newest 70-765 exam dumps, the ExamDiscuss.com 70-765 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-765 dumps with Test Engine here:
You deploy a Microsoft SQL Server instance to support a new application. The application uses the tempdb database to maintain session state data. Users report performance issues with the application. You observe performance problems immediately and begin troubleshooting. You observe numerous instances of the page PAGELATCH_UPand PAGELATCH_EXwait events in the logs for the server. The resource description for the wait is 2:1:1. You need to resolve the performance problem. What should you do?
Correct Answer: A
Explanation/Reference: Explanation: Note: PAGELATCH_EX occurs when a task is waiting on a latch for a buffer that is not in an I/O request. The latch request is in Exclusive mode. PAGELATCH_UP occurs when a task is waiting on a latch for a buffer that is not in an I/O request. The latch request is in Update mode. References: https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management- views/sys-dm-os-wait-stats-transact-sql?view=sql-server-2017