Data Element list used by SAP ABAP Table MSS_SESSION (/sys.dm_exec_sessions structure from SQL Server 9.0)
SAP ABAP Table
MSS_SESSION (/sys.dm_exec_sessions structure from SQL Server 9.0) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | MSQAPPPROG | Name of the application program which owns the connection. | ||
| 2 | MSQHOSTNE | Hostname of the application server logged into SQL Server. | ||
| 3 | MSQNTDOMA | NT domain for the client connected to SQL Server. | ||
| 4 | MSQNTUNAME | Windows NT user name for the process connected to SQL Server | ||
| 5 | MSQPRLGTME | The time at which client process logged into SQL Server. | ||
| 6 | MSQPRMEMUS | The pages allocated by the SQL process in procedure cache. | ||
| 7 | MSQUSRNAME | The user name used to log into the SQL Server database | ||
| 8 | MSSESSCHTIME | SQL Server session scheduled time | ||
| 9 | MSSESSELPTIME | SQL Server session elapsed time | ||
| 10 | MSSHPID | Process ID on app. server | ||
| 11 | MSSSESCPUTIME | CPU time for a SQL session (ms) | ||
| 12 | MSSSESNUMLOGRDS | number of reads performed by a session | ||
| 13 | MSSSESNUMREADS | number of reads performed in a session | ||
| 14 | MSSSESNUMWRITES | Number of writes performed in a session | ||
| 15 | MSSSESSINTFNAME | MSS Session client interface name | ||
| 16 | MSSSESSINTFVER | MSS Session client interface name | ||
| 17 | MSSSESSIONID | Session ID for SQL Server | ||
| 18 | MSSTRXISOLEVEL | MSS Transaction Isolation level |