I've searched for possible solutions, however none had worked for me (mostly queries for SQL Server). My problem is this:
I have a MAIN package that runs about 100 little packages in 1 main process. A lot of times on the first load the packages are disabled are kept enabled. I found some missing data that a package had inserted into SQL Server. It could be a few different packages that did this.
What I need is to see the time and date when the packages I have pinpointed as problematic have ran. They could be enabled or disabled.
Is there a simple way to look somewhere in SSIS to see the last date and time these packages have ran so I can compare to the recorded creation date in one of my tables?
Thanks.