SAP ABAP Table MSQPROCINF (MS SQL server - processes informations)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-MSS (Application Component) Microsoft SQL Server
⤷
STUN_MSS (Package) Package for new SQL Server monitoring objects
⤷
⤷
Basic Data
| Table Category | INTTAB | Structure |
| Structure | MSQPROCINF |
|
| Short Description | MS SQL server - processes informations |
Delivery and Maintenance
| Pool/cluster | ||
| Delivery Class | ||
| Data Browser/Table View Maintenance | Display/Maintenance Allowed with Restrictions |
Components
| |
Field | Key | Data Element | Domain | Data Type |
Length | Decimal Places |
Short Description | Check table |
|---|---|---|---|---|---|---|---|---|---|
| 1 | |
MSQSERPRID | INT4 | INT4 | 10 | 0 | SQL Server process ID | ||
| 2 | |
MSQTHREDID | INT2 | INT2 | 5 | 0 | Windows operating system thread ID | ||
| 3 | |
MSQBLOPRID | INT2 | INT2 | 5 | 0 | SPID of blocking process. | ||
| 4 | |
MSQWAITTYP | INT2 | INT2 | 5 | 0 | Wait type of waiting process, reserved field of sysprocesses | ||
| 5 | |
MSQDBNAME | CHAR255 | CHAR | 255 | 0 | The name of the database in SQL Server instance. | ||
| 6 | |
MSQUID | INT2 | INT2 | 5 | 0 | MS SQL Server - user identification ID | ||
| 7 | |
MSQCPUTIME | INT4 | INT4 | 10 | 0 | MS SQL Server total cumulative CPU time for a SQL process | ||
| 8 | |
MSQPHYSIIO | MSQBIGINT | DEC | 20 | 0 | The total cumulative disk reads and writes for the process. | ||
| 9 | |
MSQPRMEMUS | INT4 | INT4 | 10 | 0 | The pages allocated by the SQL process in procedure cache. | ||
| 10 | |
MSQPRLGTME | CHAR24 | CHAR | 24 | 0 | The time at which client process logged into SQL Server. | ||
| 11 | |
MSQLTBATTM | CHAR24 | CHAR | 24 | 0 | Last time a stor. proc. or EXEC was executed on SQL process. | ||
| 12 | |
MSQPROSTAT | CHAR60 | CHAR | 60 | 0 | SQL Server process status; ie sleeping, running etc. | ||
| 13 | |
MSQUSRNAME | CHAR128 | CHAR | 128 | 0 | The user name used to log into the SQL Server database | ||
| 14 | |
MSQHOSTNAM | CHAR256 | CHAR | 256 | 0 | Hostname of the application server logged into SQL Server. | ||
| 15 | |
MSQAPPPROG | CHAR256 | CHAR | 256 | 0 | Name of the application program which owns the connection. | ||
| 16 | |
MSQWKPROID | CHAR16 | CHAR | 16 | 0 | The application program's process ID on the given host | ||
| 17 | |
MSQEXECMD | CHAR32 | CHAR | 32 | 0 | Command currently being executed by the given process id | ||
| 18 | |
MSQNTDOMA | CHAR256 | CHAR | 256 | 0 | NT domain for the client connected to SQL Server. | ||
| 19 | |
MSQNTUNAME | CHAR256 | CHAR | 256 | 0 | Windows NT user name for the process connected to SQL Server | ||
| 20 | |
MSQNETADDR | CHAR12 | CHAR | 12 | 0 | Unique ID of the network interface of client (MAC address). | ||
| 21 | |
MSQNETLIB | CHAR12 | CHAR | 12 | 0 | The network library the client is using. | ||
| 22 | |
MSQUSRNAME | CHAR128 | CHAR | 128 | 0 | The user name used to log into the SQL Server database |
History
| Last changed by/on | SAP | 20130604 |
| SAP Release Created in |