Database compilation during trasport

Hi All,

It is posible to configure to compile database very last when all trasport packages are imported. It takes more time to import packages as every time DB is compiled.

If posible how can it be done and is it recomended.

Thank you.

Kind Regards,

Dnyandev

  • The command-line transporter has the option to suppress the compilation (-N).

    Please remember that some things, like schema changes, do need a compilation.

    DBTransporterCMD -? [options] /File="..." /Conn="..." /Auth="..." [/Prov=".."]

    /File - Transport file to import into database

    /Conn - Connection string to database
    "Data Source=<...>;Initial Catalog=<...>;User ID=<...>;Password=<...>"

    /Auth - Authentication string
    "Module=DialogUser;User=<DlgUser>;Password=<dlgPwd>"

    /MergeAction - Defines data to use in a merge conflicts. The default is Transport.
    Possible values = Error|Transport|Database

    -? - Show this help
    options:
    -V - Verbose output
    -L - Create log file like log file option in DBTransport
    -I - Ignore errors. Like the ignore errors in DBTransport
    -P - Ignore errors on put value. (E.g. missing column rights,
    unresolvable references). Sub set of -I.
    -S - Ignore errors on save. (E.g. missing mandatory values, missing ).
    Subset of -I.
    -N - Do not run compiler
    -U - Do not switch to single user mode