You can create an apply engine script.
Note:
- Develop a naming convention based on existing names in source and target. For example, use table name as DESCRIPTION alias (optionally with prefix).
- Use named parameters for values that will change when moving between environments (dev, test, prod). For example, database name, schema name, host name, port number, publisher name.
- It is recommended to use version control for apply engine script.
- Do NOT alter the script source code after testing.