InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) 510: CXPACKET indicates parallelism(b) SQL Server does not always waits for something, a disk io, a place in the processor queue, a lock(c) Few variations of PAGEIOLATCH waits usually indicate a problem with the disk subsystem(d) All of the mentionedThe question was asked during an online exam.My question is taken from Wait States topic in portion Monitoring and Auditing of SQL Server |
|
Answer» CORRECT CHOICE is (a) 510: CXPACKET indicates parallelism For EXPLANATION: The coordinator thread in a parallel query always ACCUMULATES these waits. |
|