Thursday, September 29, 2005 - Posts

Debuging and Messaging in SSIS Script Tasks and Components

My blog has moved to sqlblogcasts.com/blogs/simons
The full version of this post can be found here., http://sqlblogcasts.com/blogs/simons/Debuging and Messaging in SSIS Script Tasks and Components
The new RSS feed is here

If you've used SSIS and created script tasks or components you may have wondered how to get information out of them into the debug window or the progress status.

To achieve these we need to fire events. Both the script task and script component have the ability to fire events. Slightly different location for the methods, in the Script Task you use,

... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/simons/Debuging and Messaging in SSIS Script Tasks and Components