Welcome to Agile BI Community Sign in | Join | Help

December 2007 - Posts

I've been meaning to post this for a while, but real life keeps intruding. I did a presentation on SSIS performance for the Charlotte SQL Server User Group at the end of November. It went well, though I was trying to squeeze a 90 minute presentation into Read More...
A few months back I reported a minor but annoying bug in the way NULL dates are handled in SSIS. It's documented here , but basically, if you use an Execute SQL Task to set a DateTime variable to NULL, the value is 11/30/1999. However, a NULL date in Read More...
As part of my standard approach (and the one used by Mariner), I use configurations in SSIS quite heavily. My preference is to use the SQL Server configuration type, since it keeps all the configurations in one place. XML configurations tend to result Read More...