|
Ispirer SQLWays Database Migration Software
/TG - Trigger name, list or template
Syntax: /TG=[SchemaName.]TriggerName [, NextTrigger]
Using this option, you can specify the triggers that you want to export and convert.
If the database supports schemas (object owners) you can either specify a schema (owner) name for the triggers explicitly or use the default schema (owner) name for the user connected to the database.
You can specify a comma-separated list of triggers or templates. For example, /TG=*.* or /TG=%.% will extract all triggers accessible in the database, /TG=schema1.*, schema2.* or /TG=schema1.%, schema2.% will extract all triggers of the schemas schema1 and schema2.