Author Archives: jwelch

Adding Headers and Footers to Flat Files

A common question with SSIS is how to handle adding headers and footers to a flat file when the format is different that the data rows. This gets more difficult when the header or footer needs to contain data based … Continue reading

Posted in Uncategorized | Comments Off on Adding Headers and Footers to Flat Files

Importing Files Using SSIS

A topic that has come up a few times recently is the idea of loading a set of files into a database using SSIS. One of the data flow components in SSIS is the Import Column transform, which allows you … Continue reading

Posted in Uncategorized | Tagged , | Comments Off on Importing Files Using SSIS

New Tool to Help With Partitioned Tables

Stuart Ozer on the SQL Server Customer Advisory Team (CAT) has posted a new tool to CodePlex to help with the management of "staging" tables for swapping data in and out of partitioned tables. Since this is a common scenario … Continue reading

Posted in Uncategorized | Comments Off on New Tool to Help With Partitioned Tables

Handling Multiple Errors in SSIS Revisited

Previously, I posted about how multiple errors in SSIS can be combined into a single unit for emailing or logging. Recently, a thread on the MSDN forums pointed out that the example wasn’t quite complete. While it does show how … Continue reading

Posted in Uncategorized | Comments Off on Handling Multiple Errors in SSIS Revisited

Resetting the View in the SSIS Designer

There’s a minor annoyance in SSIS with the way the diagram of the package is saved. If you’ve ever spent time working in a package with a lot of objects, you’ve probably encountered it. You move some objects around, save … Continue reading

Posted in Uncategorized | Comments Off on Resetting the View in the SSIS Designer

SSIS Slow Down Performance Script Component

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 … Continue reading

Posted in Uncategorized | Comments Off on SSIS Slow Down Performance Script Component

Null Date Bug Fixed in SSIS

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 … Continue reading

Posted in Uncategorized | Comments Off on Null Date Bug Fixed in SSIS

Fun with SSIS Configurations

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 … Continue reading

Posted in Uncategorized | Comments Off on Fun with SSIS Configurations

The November CTP for SQL Server 2008 Is Out!

The download link is here: http://www.microsoft.com/downloads/details.aspx?FamilyId=3BF4C5CA-B905-4EBC-8901-1D4C1D1DA884&displaylang=en Evidently there have been some issues getting it on the Connect site, so they are hosting it in Microsoft’s Download Center for now.

Posted in Uncategorized | Comments Off on The November CTP for SQL Server 2008 Is Out!

BIDSHelper 1.2 Is Out

BIDSHelper 1.2 is now available at CodePlex. The new version has a number of SSIS specific features, like expression and configuration highlighting, a tool window that lists all the expressions in the package, and a Package Smart Diff tool. Darren … Continue reading

Posted in Uncategorized | Comments Off on BIDSHelper 1.2 Is Out