How can we monitor the progress of an SSIS package during its execution ? I would want to know which executable is presently running, how many rows read/processed/written, executable execution duration, events raised etc while a package is executing.
In Ab Inito we can monitor these parameters by looking at a log file which gets generated during package execution with similar information that gets appended to the log file as the execution progresses.
Is there any similar way to do the same with SSIS packages ?
**I am using Sql-Server 2012