ShowProcesses
Overview
Shows all active processes, their session ID, process ID and various transaction information. Optionally specifying a process id to filter on.
Example
Shows process information for all processes.
Exec ShowProcesses
Shows process information for the process id 1.
Exec ShowProcesses 1
See also
Related
- Cancel - Cancels transaction associated with a given process.
- Terminate - Terminates an existing process.