exam questions

Exam 70-462 All Questions

View all questions & answers for the 70-462 exam

Exam 70-462 topic 3 question 7 discussion

Actual exam question from Microsoft's 70-462
Question #: 7
Topic #: 3
[All 70-462 Questions]

You administer a Microsoft SQL Server.
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?

  • A. SELECT * FROM sys.dm_exec_requests WHERE session_id = 60
  • B. SELECT * FROM sys.dm_exec_sessions WHERE session_id = 60
  • C. DBCC INPUTBUFFER (60)
  • D. DBCC OPENTRAN
  • E. SELECT * FROM sys.dm_tran_session_transactions WHERE session_id = 60
  • F. EXEC sp_helpdb A
Show Suggested Answer Hide Answer
Suggested Answer: Explanation 🗳️
References:
https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-exec-requests-transact-sql

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
King_W
4 years, 8 months ago
A. is the correct answer.
upvoted 1 times
...
Fame
4 years, 11 months ago
A. SELECT * FROM sys.dm_exec_requests WHERE session_id = 60
upvoted 1 times
...
Selam
5 years, 6 months ago
A is the answer
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...