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 |
gbritton
Master Smack Fu Yak Hacker
2780 Posts |
Posted - 2013-10-31 : 10:55:44
|
Hi -- I've got a working SSIS package that iterates through files in a directory using FOREACH. The directory name is in a config file. What I want to do is log the configured directory name AND the name of each file that is found during processing. I already have a log file set up but can't figure out how to log the directory and file name variables as they are processed. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-10-31 : 14:05:04
|
you can do that inside event handlers------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
|
|
|