1.

Point out the wrong statement.(a) SQL Server lock monitor has a performance monitor that periodically checks the locks(b) A deadlock graph shows us the sessions and resources that were involved in a deadlock(c) Prior to SQL Server 2008, if a deadlock occurred in SQL Server, we’d have to enable trace flag(d) None of the mentionedI had been asked this question in semester exam.The origin of the question is Blocking in section Performance Tuning and Optimization of SQL Server

Answer»

Right answer is (a) SQL Server lock monitor has a PERFORMANCE monitor that PERIODICALLY CHECKS the locks

Best explanation: SQL Server lock monitor has a deadlock DETECTOR that periodically checks the locks to see if there are any circular LOCKING chains.



Discussion

No Comment Found

Related InterviewSolutions