Configure SSIS logging to log in one file
Posted
by Pramodtech
on Stack Overflow
See other posts from Stack Overflow
or by Pramodtech
Published on 2010-03-15T13:26:24Z
Indexed on
2010/03/15
13:29 UTC
Read the original article
Hit count: 215
ssis
I know configuring the logging for individual packages thru BIDS. But the drawback I see here is I have to add connectionstring for each tasks and when I have to deplloy these packages on server I have to change log file connectionstring for all packages. Currently I have 32 pacakes and this seems to be time consuming. Is there any way where I can set up logging for all packages in one place?
© Stack Overflow or respective owner