1.

Which of the following stored procedure reports snapshot information about current SQL Server user?(a) sp_lock(b) sp_who(c) sp_monitor(d) sp_userThis question was addressed to me in an interview for internship.This intriguing question comes from Performance Monitoring in chapter Monitoring and Auditing of SQL Server

Answer»

Correct option is (B) sp_who

The best I can explain: sp_who reports SNAPSHOT information about current SQL Server users and processes, INCLUDING the currently executing statement and whether the statement is BLOCKED.



Discussion

No Comment Found

Related InterviewSolutions