bldmsf2000ddl - Build Microsoft Data Definition Language
bldmsf2000ddl [-UqaoRDTIGECKBWXSV] [-u DbLoginName] [-p Password] DataArea [SystemCode] [FileName ...]
The utility generates SQL statements for creating or deleting selected tables, indexes, and stored procedures. The utility can operate on specific tables, all tables in a system code, or all tables in a product line. The utility creates Data Definition Language (DDL) text according to the highest possible version with the given compatibility. The definitions that generate the SQL statements reside in the Lawson dictionary and are maintained by Lawson utilities.
The utility can be run to create an output file containing the SQL statements, or it can be run in update mode to implement changes to the SQL database objects.
Program Option | Description |
---|---|
U
|
Update; create objects in the database. If you use the |
q
|
Quiet mode. Do not echo DDL to stdout. |
a
|
Positioning mode. Start at dataarea [systemcode] filename. If you use the |
o
|
Offline Mode. Do not connect to the database |
R
|
Rebuild mode. Drop objects before creating. If you do not specify either the |
D
|
Drop objects only. If you do not specify
either the |
T
|
Affect table objects only. If you do not
specify the |
I
|
Affect index objects only. If you do not
specify the |
G
|
Affect trigger objects only. |
B
|
Affect non-native objects only. Cannot be
used with |
E
|
Affect text indexes only. Requires the |
C
|
Rebuild the conditional indexes. |
K
|
Create an additional index without a descending column for the primary key constraint. Use this option if you need to replicate a table that has a descending column. Requires the Running bldmsf2000ddl with
the The bldmsf2000ddl utility, when used without the |
W
|
Affect native view objects only. Cannot
be used with |
X
|
Affect non-native view objects only. Cannot
be used with |
S
|
Generate DDL into files by system codes: dbname.systemcode.ddl. |
V
|
Print the utility version. |