blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » SSIS » .Net 2.0 » SQL Server Integration Services
Sorry, but there are no more tags available to filter with.
  • SSIS Creating Synchronous Transform Component

    Do you need to write a custom component to transform input data, and disregard this input data, instead, replacing it? That's was what I needed to accomplish with my component. It takes data from the input buffer and performs a lookup via an external API. If there is a match, send the result data down a “match” output otherwise ...
    Posted to Steve Wright's Blog (Weblog) by steve.wright on March 14, 2006
  • SSIS Connection Object and Expressions

    I have been writing a custom source adapter that uses a file connection within the connection manager.  If I hard-code a specific file then the component works.  However if I use a file connection that has an expression defined which updates the connection, for example when you have a for-each loop looping over a set files. The file ...
    Posted to Steve Wright's Blog (Weblog) by steve.wright on February 22, 2006
Powered by Community Server (Personal Edition), by Telligent Systems