Hi all,
How would i copy data from table A to another table B(with some new columns) where both table is located at different servers?
Eg. Server A
Table A : Columns: Cust_id,name,lastname
Server B
Table B: Columns: Cust_id,name,lastname,birthday
Any help is greatly appreciated.
How would i copy data from table A to another table B(with some new columns) where both table is located at different servers?
Eg. Server A
Table A : Columns: Cust_id,name,lastname
Server B
Table B: Columns: Cust_id,name,lastname,birthday
Any help is greatly appreciated.