1.

Which of the following determines type or resource to which the lock applies?(a) sp_lock(b) sp_who(c) sp_monitor(d) sp_spaceusedI got this question in an interview for internship.I want to ask this question from Performance Monitoring topic in division Monitoring and Auditing of SQL Server

Answer»

The CORRECT answer is (a) sp_lock

Explanation: sp_lock reports information about locks.use the sys.dm_tran_locks DYNAMIC MANAGEMENT VIEW in future versions.



Discussion

No Comment Found

Related InterviewSolutions