Agile BI Community

Community site for agile business intelligence developers
Welcome to Agile BI Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » SSIS » SSIS API
  • SSIS Tasks and Components

    Todd McDermid (a frequent poster on the MSDN SSIS forums, and creator of the Kimball SCD component) and I have started a new project on CodePlex along with Todd McDermid, the SSIS Community Tasks and Components (ssisCTC) project. This project is intended to be a umbrella project for custom SSIS tasks and components that are released as open ...
    Posted to BI Thoughts and Theories (Weblog) by jwelch on November 7, 2008
  • Running Password Protected Packages

    A recent post on the forums was asking about running packages programmatically. The poster's package was password protected, and when running the package, they were receiving a message that one of the connection managers was failing to connect. The code being used was similar to this: Dim app As ...
    Posted to BI Thoughts and Theories (Weblog) by jwelch on November 15, 2007
  • Scanning a Package For Specific Tasks

    I recently had a need to scan through an SSIS package to find all instances of data flow tasks within the package. This is to support a future enhancement in BIDSHelper. However, I ended up making the code a little more general, so it can be used to get a list of all instances of any type of tasks within a package. Before looking at the code, ...
    Posted to BI Thoughts and Theories (Weblog) by jwelch on October 28, 2007
Powered by Community Server (Personal Edition), by Telligent Systems