<< Click to Display Table of Contents >> From Other Absolute DB |
![]() ![]() ![]() |
This works via a specialize dialog like this.
To enable import of tables with names already existing in the destination database, all imported tables via this dialog are prefixed with an underscore and suffixed with "_import" as for example "_SourceTable_import", that are readily renamed via SQL like:
ALTER TABLE TableName RENAME TO NewTableName;
__________________________