1.

Is it possible to log SSIS execution?

Answer»

Yes. SSIS supports logging which HELPS the system in analyzing and writing log entries during any run-time events. It also supports logging of CUSTOM MESSAGES, which the developer has to manually enable. Since the SSIS deals with a variety of data sources, logging is supported in multiple formats such as logging information to text files, XML files, Windows Log, etc. The scope of the logs is packages. They are maintained at the package level which means that any task that RUNS from the package can log information to other package logs. 



Discussion

No Comment Found