Home Forums Programming SSDT SSIS synchronization, find new rows and save them for later RE: SSIS synchronization, find new rows and save them for later

  • Phil Parkin - Thursday, August 10, 2017 11:48 AM

    dan 91669 - Thursday, August 10, 2017 11:43 AM

    Why did i miss that. 

    Ok, last one. SSIS figures out through the lookup what the new rows (invoices) are in the header, how do i capture those rows (invoice numbers) and make it an easy task for SSIS to grab the new rows from the detail table in Sage?

    That is the tricky part.
    Do the invoice numbers follow some sort of ascending sequence? Or do they contain a 'DateCreated' column?

    Invoices are ascending, but not continuous. 1234, 1235, 1236, 2234,2235,3234, etc. So i can't just grab everything after such 1234. There is no date.