News

How to create a script task that uses the SSIS PDW destination adapter The Integration Services Script Task allows you to perform virtually any operation that can be accomplished in a .Net application ...
You'll wonder no more how to manipulate SSIS Package Variables via Script Tasks, once you're done reading this little tidbit.
Although you can perform logging directly from your Script task, you may want to consider implementing events rather than logging. When using events, not only can you enable the logging of event ...
This relatively simple example demonstrates how you can call AX business logic from SSIS by connecting to a custom web service. It assumes some knowledge of the individual technologies themselves. The ...
If you need to be a little more advanced with your FTP you can write a Script Task that utilizes FTP objects. As luck would have it, setting up FTP in an SSIS script will be the topic of ...
SSIS provided scalability, performance, debugging and a brand new architecture based on .NET for extensibility. So when we used the scripting task we could surely use any .NET language. Wrong!