Microsoft
70-457 · Question #142
You administer a Microsoft SQL Server 2012. A process that normally runs in less than 10 seconds has been running for more than an hour. You examine the application log and discover that the process…
The correct answer is A. EXEC sp_who 60. See the full explanation below for the reasoning.
Question
You administer a Microsoft SQL Server 2012. A process that normally runs in less than 10 seconds has been running for more than an hour. You examine the application log and discover that the process is using session ID 60. You need to find out whether the process is being blocked. Which Transact-SQL statement should you use?
Options
- AEXEC sp_who 60
- BSELECT - FROM sys.dm_exec_sessions WHERE sessionjd = 60
- CEXEC sp_helpdb 60
- DDBCC INPUTBUFFER (60)
How the community answered
(65 responses)- A82% (53)
- B2% (1)
- C6% (4)
- D11% (7)
Community Discussion
No community discussion yet for this question.