|
Ispirer SQLWays Database Migration Software
/T - Table name, list or template
Syntax: /T=[SchemaName.]TableName [, NextTable]
This option specifies the exported tables.
If the database supports schemas (table owners) you can either specify a schema (owner) name for the table explicitly or use the default schema (owner) name for the user connected to the database.
You can provide a comma-separated list of tables or table templates. For example, /T=*.* or /T=%.% will export all tables available in the database, /T=schema1.*, schema2.* or /T=schema1.%, schema2.% will export all tables of the schemas schema1 and schema2.
Note: Some databases don't support the schemas. For example, to export all tables of an Access database you have to use /T=* or /T=%.
When this option is specified all the rows and columns of each table are exported. You can define a subset of the table using options /EXC to exclude columns or /SROW and /CNROWS to specify the start row and number of rows. To define more complex subsets of the table or subsets based on queries or multiple tables use options for defining queries /S and /SF.