Hello,
I have an SSIS package that runs a query to create an Excel spreadsheet.
The package retrieves a value from a table for the last ID processed from the previous day and uses that in the query that is used to create the spreadsheet. I need to get the last ID processed for the current run and write that back to the table so the cycle can be repeated.
What would be the best way to determine the last ID processed for the current run?