For SQL Server, Go to DBA Tools -> Session Manager -> Sessions tab.
Notice that the wait type column always displays a number. Can we, instead, display the wait type name?
sys.dm_os_wait_stats - this view shows wait_type name
Reference article on wait statistics
|
lastwaittype |
nchar(32) |
A string indicating the name of the last or current wait type. |
Issue #8699 |
| Closed |
| Fixed |
| Resolved |
Completion |
| No due date |
| Fixed Build 13.0.0-3 |
| No time estimate |
lastwaittype
nchar(32)
A string indicating the name of the last or current wait type.