SSIS: Change an existing log file through dtexec
SSIS: Change an existing log file through dtexec
dtexec
/f “C:\Share.dtsx”
/l “DTS.LogProviderXMLFile;log.xml”
/Set “\package.Connections[log.xml].Properties[ConnectionString];C:\log2.xml”
Note: The log file (i.e. log.xml) must already be configured in the package
For Sql 2008, you need to add “.1” to the log provider type – DTS.LogProviderXMLFile.1
Trackback URI |