Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Ali Chadorbaf
Starting Member
44 Posts |
Posted - 2008-03-26 : 12:41:39
|
Hi,What SSIS logging option should I check to log the success of each component? In log file, I'd like to see what component is currently SSIS executing and what component(s) passed the execution. Thanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-03-26 : 12:47:06
|
I think you need to log the post execute event for each component. |
 |
|
Ali Chadorbaf
Starting Member
44 Posts |
Posted - 2008-03-26 : 15:19:58
|
quote: Originally posted by visakh16 I think you need to log the post execute event for each component.
Thanks so much. I'll try this. |
 |
|
|
|
|