msf2000du - Microsoft SQL Server Disk Usage
msf2000du -[csw] [nx] [-u dbLoginName] [-p password] dataarea [tablespace ...] (online mode)
msf2000du -o[sw] [nx] [-u dbLoginName] [-p password] dataarea [tablespace ...] (offline
mode)
Provide an estimate (+/- 10%) of the amount of disk space required for the table and index data in a given data area. Used during initial setup or when migrating from another database.
In online mode, the utility also checks the Microsoft SQL Server database to determine how much space you have available in your tablespace.
In online mode, the utility reads the Lawson dictionary to find the initial and incremental record counts for each table and index listed in the dictionary. From the record counts and row sizes, the utility estimates the actual physical size required.
For more information, see the Lawson Administration: Data Access with Microsoft SQL Server guide.
Program Option | Description |
---|---|
-c
|
Show information about the existing tablespaces. (Online mode only.) |
-o
|
Run in offline mode. |
-s
|
Show tablespace summary. |
-w
|
Show detailed warning messages for tables and indexes. |
-n x
|
Use a record count of x. |
-V
|
Show version information. |