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 » Dataflow Task
Showing page 1 of 7 (62 total posts)
  • SSIS: SQL 2008 Benchmarks

    Microsoft have published some TPC benchmarks for SQL Server 2008 which you can read here. Of most interest to me was the final paragraph which stated: ETL Performance Application Company Result ETL Performance Unisys Load 1TB of data in less than 30 minutes using ETL tools 32-proc (64-core) server [ES7000] World record ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on February 27, 2008
  • SSIS: Case-sensitivity in Lookup component

    Jorg Klein has just written a useful blog entry about the SSIS Lookup component entitled "SSIS – Lookup Transformation is case sensitive". Jorg correctly observes that:A lookup transformation uses full caching by default. This means that the first thing it does on execution, is loading all the lookup data in its cache. When this is ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on February 12, 2008
  • SSIS: Hiding columns in the pipeline

    Yesterday I received an email from a SSIS developer asking questions about some peculiarities of SSIS. One of the points she raised was thus: I found i spent alot of time trying to figure out how to get rid of un-needed fields in the flow.  Not all transforms  allow you to change the output columns.  This is sort of an organizing ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on January 16, 2008
  • SSIS: A performance tuning success story

    I believe it can be very useful to share success stories and case studies, particularly when a seemingly insurmountable problem has been overcome so I'm going to enjoy providing you with a SSIS success story right now. A guy going by the name Andy (he didn't give his surname) was having trouble using SSIS to pump the contents of a 5.6m ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on December 18, 2007
  • SSIS: Dataflow expressions

    Did you know that it is possible to set expressions on components within the dataflow? Expressions on data-flow components was virtually the very last feature that was added to SSIS 2005 prior to RTM. All components CAN support expressions on their custom properties, the component developer decides whether or not it WILL by setting ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on October 9, 2007
  • SSIS: Dataflow mechanics

      This is a post I've been meaning to write for some time but as you may have noticed my blogging output has been pretty lax lately. During my activity on the SSIS forum I've noticed that much of the content is in regard to the dataflow task and that's not a surprise given that its the most useful tool in the SSIS box and also ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on October 9, 2007
  • SSIS: Normaliser Component bug fix

    17 days ago I released my Normaliser Component but embarrassingly it turns out there was a small bug. Any null values in the sorted columns on the component input would cause the component to throw a nasty unhandled error. I've fixed the bug in v1.1 which you can get from here: SSIS Normaliser Component v1.1.zip Compressed (zipped) ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on September 25, 2007
  • SSIS: The Normaliser Component

    Scene Setting Its a common scenario when doing data integration that one has to process datasets containing redundant data. In many cases this is when data is received in flat files and all data is put into a single file for ease of transport. Perhaps this is better explained by way of illustration; below is a fragment of a file containing order ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on September 7, 2007
  • SSIS: Obscure bug when developing custom components.

    I've found a bug in SSIS today (confirmed by Bob Bojanic from the SSIS team) but it shouldn't have any cause for alarm. Its a very obscure circumstance that causes it and isn't too much of a problem either. However, I thought it would be useful to share the details in case anyone else runs into it. If you never develop custom ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on September 5, 2007
  • SSIS: PipelineBuffer.Set*() methods

    If you are building asynchronous custom components for SSIS then at some point you will need to use the various Set*() methods of the PipelineBuffer class to populate data into the output buffer. There are a lot of these set methods but the documentation is pretty lax about which you should use depending on the DataType of the column ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on September 5, 2007
1 2 3 4 5 Next > ... Last »
Powered by Community Server (Personal Edition), by Telligent Systems