Hi All,
I am new to SSIS, Please look at the below simple requirement and suggest me best way to do that.
How to update and insert the data from source to destination?
Both source and destinations are the sql data bases but these DB''s are exist in diffrent servers.
Source table: EMPNO(BusinessKey& INT), EMPName(Varchar(50)), Address(Varchar(1000))
Destination table: EMPNO(Business Key & Varchar(10)), EMPName(Varchar(50)), Address(Varchar(Max)).
Thnaks in Advance.....
Regards,
Mandava.