Is there a way to configure what events are logged without modifying the package itself? I'm using SQL Server 2008.
I've tried adding the /VLog option, but that seems to output more than I want. I basically just want pre-execute and post-execute (plus warning and error) for each data flow.
Ideas?
View Complete Post