Hi Team,
I have two database (1- XDatabase, 2-YDatabase) i need to read multiple tables from XDatabase which has different structure and write back to YDatabase as tablename_1.
I have attached require model.
Logic to create:
1) Can store list of table name in excelfile/text input
1) SELECT ColumnName FROM @XDatabase.tablename (variable)
2) INSERT INTO @YDatabase.tablename_1
Can anybody suggest how to achieve this in Alteryx.