Data Element list used by SAP ABAP Table MSQPROCESS (MS SQL server processes ( as from sysprocesses ))
SAP ABAP Table
MSQPROCESS (MS SQL server processes ( as from sysprocesses )) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | MSQAPPPROG | Name of the application program which owns the connection. | ||
| 2 | MSQBLOPRID | SPID of blocking process. | ||
| 3 | MSQCPUTIME | MS SQL Server total cumulative CPU time for a SQL process | ||
| 4 | MSQDBASEID | MS SQL Server database ID | ||
| 5 | MSQEXECMD | Command currently being executed by the given process id | ||
| 6 | MSQHOSTNAM | Hostname of the application server logged into SQL Server. | ||
| 7 | MSQLOGTIME | Login Time for client process or system startup time | ||
| 8 | MSQLSTEXST | Last time exec. of remote stored proc. call or sql stat. | ||
| 9 | MSQNETADDR | Unique ID of the network interface of client (MAC address). | ||
| 10 | MSQNETLIB | The network library the client is using. | ||
| 11 | MSQNTDOMA | NT domain for the client connected to SQL Server. | ||
| 12 | MSQNTUNAME | Windows NT user name for the process connected to SQL Server | ||
| 13 | MSQPHYSIIO | The total cumulative disk reads and writes for the process. | ||
| 14 | MSQPRMEMUS | The pages allocated by the SQL process in procedure cache. | ||
| 15 | MSQPROSTAT | SQL Server process status; ie sleeping, running etc. | ||
| 16 | MSQSYPROID | MS SQL Server process ID | ||
| 17 | MSQTHREDID | Windows operating system thread ID | ||
| 18 | MSQUID | MS SQL Server - user identification ID | ||
| 19 | MSQUSRNAME | The user name used to log into the SQL Server database | ||
| 20 | MSQUSRNAME | The user name used to log into the SQL Server database | ||
| 21 | MSQWAITTYP | Wait type of waiting process, reserved field of sysprocesses | ||
| 22 | MSQWKPROID | The application program's process ID on the given host |