As we have discussed how to debug a script task in SSIS, some readers asked “how to debug a script component in SSIS”. Before I wrap up my own examples, I highly suggest reading these two excellent articles:
You will learn three main methods to monitor a script component:
- Display a modal message by using the MessageBox.Show.
- Raise events for informational messages, warnings, and errors.
- Log events or user-defined messages.
Also you will get an idea about the limitation of situations that you can debug a script component for current versions of SSIS.
No comments:
Post a Comment