In our journey to build a simple, custom, file-based SSIS framework, we have built a metadata database (named SSISDB), a test SSIS project, loaded some sample metadata (for the test SSIS project), created the execution engine (Parent.dtsx), and added instrumentation.
This chapter covers persisting instrumentation messages that are generated in the execution engine to the SSISConfig database.
Create a Log Schema
The information messages raised by the execution Parent.dtsx and displayed on the Progress/Execution ...