Data Element list used by SAP ABAP Table MSS_REQUEST (sys.dm_exec_requests structure from SQL Server 9.0)
SAP ABAP Table
MSS_REQUEST (sys.dm_exec_requests structure from SQL Server 9.0) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | MSQEXECMD | Command currently being executed by the given process id | ||
| 2 | MSQPROSTAT | SQL Server process status; ie sleeping, running etc. | ||
| 3 | MSQSAPWAIT | Name of the locked resource the process is waiting for. | ||
| 4 | MSQSQLWAIT | The locked resource process is waiting for (object ID). | ||
| 5 | MSQUSRNAME | The user name used to log into the SQL Server database | ||
| 6 | MSQWAITIME | Current wait time of the process in milliseconds | ||
| 7 | MSSBLKSESSIONID | Blocking session ID for SQL Server | ||
| 8 | MSSDB | Database name | ||
| 9 | MSSESTCMPTIME | Estimated Completion time of SQL Request | ||
| 10 | MSSINT4 | SQL Server int4 | ||
| 11 | MSSINT4 | SQL Server int4 | ||
| 12 | MSSOPENRES | Number of open result sets for the SQL Server process | ||
| 13 | MSSOPENTRAN | Number of open transactions for the SQL Server process | ||
| 14 | MSSPARTIALSQL | First 50 characters of a SQL Server statement | ||
| 15 | MSSPLANHANDLE | handle pointing to plan used in execution of sql stmt/proc | ||
| 16 | MSSPRCCOMP | Percentage complete | ||
| 17 | MSSREQCONNID | SQL Server connection id | ||
| 18 | MSSREQCPUTIME | CPU time for a request | ||
| 19 | MSSREQDATE | Character representation of datetime YYYY-MM-DD HH:MM:SS:SSS | ||
| 20 | MSSREQNUMLOGRDS | number of reads performed by a request | ||
| 21 | MSSREQNUMREADS | number of reads performed by the request | ||
| 22 | MSSREQNUMWRITES | number of writes performed in a request | ||
| 23 | MSSREQSCHEDULERID | ID of the scheduler used for the request | ||
| 24 | MSSREQSID | Session ID associated with the request being processed | ||
| 25 | MSSREQTTL | Total elapsed time utilized by a request | ||
| 26 | MSSREQUESTID | SQL Server Request ID | ||
| 27 | MSSROWCOUNT | SQL Server count of rows returned | ||
| 28 | MSSSQLHANDLE | handle pointing to sql statment or procedure | ||
| 29 | MSSTRANSACTIONID | Transaction identifier request executes under |