Server.EnumProcesses Method
Enumerates a list of processes running on the instance of SQL Server.
Overload List
Name | Description |
---|---|
Server.EnumProcesses () |
Enumerates a list of processes running on the instance of SQL Server.
|
Server.EnumProcesses (Boolean) |
Enumerates a list of processes running on the instance of SQL Server with the option to exclude system processes.
|
Server.EnumProcesses (Int32) |
Enumerates a list of information about the specified process.
|
Server.EnumProcesses (String) |
Enumerates a list of processes running on the instance of SQL Server that are associated with the specified login.
|
See Also