InterviewSolution
Saved Bookmarks
| 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 |
|