Hi ,
In my SSIS Package, Conditional split to get the new row and updated row.
1-New RecordsISNULL(Equipment_Id)
2-Update RecordsEquipment_Id > 0
To insert new record I am using OLEDB Destination and for update OLEDB Command.
My question is for UPDATE
every time it will give the count of all record whos Equipment_Id > 0.
how to get only the latest update record count.
regards,
Vipin jha