Hi All,
I have source A and source B two databases on different sql servers. Need to bring data from source A to source B for few columns by comparing column A in source A database and column A in source B database if data matches inserting into source B database.
This SSIS package runs successfully insert operation is working fine but data which is coming from source A database is not latest one. It is taking the first inserted data.
But I need data of latest timestamp (last_updated) latest row of data for that particular row value.
ex : source A have 10 rows of data with column A having same value. it is taking "2018-07-05 08:20:26.6968390" instead of"2018-08-16 14:34:36.2422430"
Can you please help me on this.
Thanks in Advance.
Thanks
Naga
Thanks, Naga