SSIS - How to Identify which package a row in the log table is referring to?
I have multiple SSIS integration packages logging to a database. They all write to the table sysssislog. I want a stored procedure to be able to return the success of the last run of a selected package. How do I identify a package in sysssislog? The executionid field would seem to work, but it seems like it's changing values on mosts...