31 Days of SSIS – Merge Join Is My Friend (8/31)

Welcome to day eight post for the 31 Days of SSIS.  If you are just joining the series you may want to read the introductory post.  In another post I talked about the raw file format for sources and destinations. In this post, I want to discuss a solution I worked on where I used … Continue reading 31 Days of SSIS – Merge Join Is My Friend (8/31)

31 Days of SSIS – What The Sorts?! (7/31)

Welcome to day seventh day of the 31 Days of SSIS.  If you are just joining the party you may want to read the introductory post.  In yesterday’s post the SSIS package contained a couple Sort Transformations.  Since they’ve now appeared in a package it seems it would be a good idea to talk about … Continue reading 31 Days of SSIS – What The Sorts?! (7/31)

31 Days of SSIS – Recursive SSIS Package (6/31)

As I mentioned in the introductory post, I’m writing 31 Days of SSIS.  In the first post I talked about the raw file format for sources and destinations. Today, I am going to discuss a solution that I implemented that use raw files for performing a recursive operation within an SSIS package to build an … Continue reading 31 Days of SSIS – Recursive SSIS Package (6/31)

31 Days of SSIS – One Variable to Rule Them All (5/31)

Hopefully by now you’ve read the introductory post for the 31 Days of SSIS series that I am writing.  Today we are going to look at variables in SSIS packages. This post assumes that you already know a bit about variables in SSIS packages.  If there is a groundswell of requests, I can do a … Continue reading 31 Days of SSIS – One Variable to Rule Them All (5/31)

Can You Dig It? – Find Estimated RowCounts

Follow the rest of this series at the Can You Dig It? - Plan Cache series introduction post. She can dig it! D Sharon Pruitt It’s the eighth post in the plan cache series.  I took a few days off to start up a new blog series, I had considered holding that series until March … Continue reading Can You Dig It? – Find Estimated RowCounts

31 Days of SSIS – Folder Structures (4/31)

Hopefully by now you’ve read the introductory post for the 31 Days of SSIS series that I am writing.  Today we will talk about something completely fuzzy and outside of the development environment.  We’re talking about folder structures!  Wahoo! I have often needed to consult with clients on how to setup the SSIS environment.  For … Continue reading 31 Days of SSIS – Folder Structures (4/31)

XQuery for the Non-Expert – Binary Values

Follow the rest of this series at the XQuery for the Non-Expert – X-Query Resources introduction post. In the value() method post of my XQuery for the Non-Expert series I discussed how to take element and attributes and return them as column values.  Those methods works all fine and dandy for most data but when … Continue reading XQuery for the Non-Expert – Binary Values

31 Days of SSIS – Data Flow Breakpoints?! (3/31)

As I mentioned in the introductory post, I’m writing 31 Days of SSIS.  In yesterday’s post I talked about Using Breakpoints.  One of the points I stressed was that breakpoints only exist in the Control Flow and not in the Data Flow.  Today, I’m going to show you that I’m a liar.  But not really. … Continue reading 31 Days of SSIS – Data Flow Breakpoints?! (3/31)