-- Use -tf=<file_name> option to specify a file containing list of tables to transfer data
-- Each table name should include the schema (owner) name (database name for MySQL and MariaDB)

-- Syntax (one table name per line):
-- schema.table1
-- schema.table2

-- Examples (uncomment by removing the leading --)
-- dbo.ORDERS
-- dbo.SALES
