![]() ![]() ![]() |
Ispirer SQLWays Database Migration Software
[Windows] Subsection
This subsection is used to adjust command file generations for Microsoft Windows. SQLWays generates command files for importing database structure and data to the target database.
SQLWays creates the general command file to make possible the importation of large number of database objects (tables, views etc) at once. See the /GCMD option for more information.
The general command file invokes command files for each database object using the CALL command. The GCMD_AFTER_IMP_CMD option allows specifying a command that will be placed after each CALL command.
For example, when no value is specified in the GCMD_AFTER_IMP_CMD option, the general command file contains CALL commands only:
When you specify, for example, GCMD_AFTER_IMP_CMD=pause, the general command file will contain:
![]() ![]() ![]() |