Table/Structure Field list used by SAP ABAP Function Module GET_LARGEST_TABLES_MSQ (MS SQL server function to get the largest tables in database)
SAP ABAP Function Module
GET_LARGEST_TABLES_MSQ (MS SQL server function to get the largest tables in database) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | MSQIMPORT - RUNTIME | MS SQL server - run time limit for dbcc commands | SOURCE VALUE(NUMOFTABS) LIKE MSQIMPORT-RUNTIME OPTIONAL |
|
| 2 | MSQIMPORT - RUNTIME | MS SQL server - run time limit for dbcc commands | ||
| 3 | MSQTOPLARG - DPAGES | Number of data or index pages used stated in kilobytes | ||
| 4 | MSQTOPLARG - MODROWS | MS SQL server - modified rows in the table since upd stats | ||
| 5 | MSQTOPLARG - NAME | MS SQL server table or index name | ||
| 6 | MSQTOPLARG - RESPAGES | Count of alloc. KBytes for all idxes & table data | ||
| 7 | MSQTOPLARG - TABROWS | MS SQL server - number of rows in a table | ||
| 8 | MSQTOPLARG - USED | Count of KBytes used for index and table data | ||
| 9 | MSSTOPLARGE - DATA | Data size in KB | ||
| 10 | MSSTOPLARGE - NAME | Table name | ||
| 11 | MSSTOPLARGE - RESERVED | Reserved size in KB | ||
| 12 | MSSTOPLARGE - ROWMODCTR | Row modification counter | ||
| 13 | MSSTOPLARGE - ROWS | Number of rows | ||
| 14 | MSSTOPLARGE - USED | Used size in KB |