SAP ABAP Table MSQ_FILES (Data about operating system files which make up a db)
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 MSQ_FILES   Table Relationship Diagram
Short Description Data about operating system files which make up a db    
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 FILEGRPNA MSSFG MSSSYSNAME CHAR 128   0   Filegroup name  
2 FILEGRPDEF MSQFLGRPDF CHAR001 CHAR 1   0   Default file grp contains objects created w/o defined filegp  
3 FGRPRDONLY MSQFLGRPRO CHAR001 CHAR 1   0   The file group is read only  
4 LOGFILENA MSSFILE MSSSYSNAME CHAR 128   0   Logical file name  
5 PHYFILENA MSQPHYFLNA CHAR520 CHAR 520   0   Physical file name (full path) of the database file.  
6 DEVFREE MSQDEVFREE   DEC 15   0   Free space left on file system (partition) in MB.  
7 DEVSIZE MSQDEVSIZE   DEC 16   0   The size in MB of the logical device the file resides upon  
8 FLSIZEMB MSQFLTSIZE   DEC 15   0   File size in MB.  
9 FLMAXSZMB MSQFLTMXSZ   DEC 16   0   True Max file size in MB(-1 means file grows till disk full)  
10 FLGRWPCT MSQFLGRPCT CHAR1 CHAR 1   0   SQL Server file has growth represented in percentage  
11 FLGROWTH MSQFLGROW   DEC 16   0   Growth size of the SQL Server database file  
12 FLGROWMB MSQFLTGROW   DEC 16   0   True file growth in MB  
13 FLEXTENTS MSQFLEXTS   DEC 16   0   Total number of extents assigned to a file  
14 FLUSDEXTS MSQFLUEXTS   DEC 16   0   Total no. of used extents(8 contiguous pgs) assigned to file  
15 FILEPRMRY MSQFLPRIM CHAR1 CHAR 1   0   Primary file containing startup information and also data  
16 FLDEFDEV MSQFLDFDEV CHAR1 CHAR 1   0   file is on default device  
17 FLDISKFILE MSQFLDSKFL CHAR001 CHAR 1   0   file is a disk file  
18 FLLOGDEV MSQFLLGDEV CHAR001 CHAR 1   0   file is a log file  
19 FLWRITEBU MSQFLWRTBU CHAR001 CHAR 1   0   file has been written to since the last backup was done  
20 FLCREATEDB MSQFLCREDB CHAR001 CHAR 1   0   file was created with a CREATE DB command  
21 FLDBCREATE MSQFLDBCRE CHAR001 CHAR 1   0   file created during Database creation  
History
Last changed by/on SAP  20130604 
SAP Release Created in