- 
		
Recent Posts
 Recent Comments
Archives
- January 2016
 - September 2015
 - August 2015
 - May 2015
 - April 2014
 - October 2013
 - April 2013
 - November 2012
 - February 2012
 - January 2012
 - December 2011
 - October 2011
 - September 2011
 - August 2011
 - July 2011
 - June 2011
 - May 2011
 - April 2011
 - March 2011
 - February 2011
 - January 2011
 - December 2010
 - November 2010
 - October 2010
 - September 2010
 - June 2010
 - May 2010
 - April 2010
 - March 2010
 - February 2010
 - January 2010
 - December 2009
 - November 2009
 - October 2009
 - September 2009
 - August 2009
 - July 2009
 - June 2009
 - May 2009
 - April 2009
 - March 2009
 - February 2009
 - January 2009
 - December 2008
 - November 2008
 - October 2008
 - September 2008
 - August 2008
 - July 2008
 - June 2008
 - May 2008
 - April 2008
 - March 2008
 - February 2008
 - January 2008
 - December 2007
 - November 2007
 - October 2007
 - September 2007
 - August 2007
 - July 2007
 - June 2007
 - May 2007
 - April 2007
 - March 2007
 
Categories
Meta
Monthly Archives: September 2007
Preparing A List of IDs for an IN Condition
There’s been a few questions on the MSDN Forums recently about using a list of keys in an IN condition in a WHERE clause. There are a few scenarios were this can be a bit tricky in SSIS, particularly if … Continue reading
									
						Posted in Uncategorized					
					
												Comments Off on Preparing A List of IDs for an IN Condition
							
		Changes Coming for SSIS 2008
At the PASS Summit this week, I heard a few interesting bits about SSIS 2008 that should be in the next CTP. One, ADO.NET will be fully supported, with a ADO.NET Data Source (renamed from the Data Reader Data Source) … Continue reading
									
						Posted in Uncategorized					
					
												Comments Off on Changes Coming for SSIS 2008
							
		Dynamically Pivoting Rows to Columns
Previously, I posted about dynamically un-pivoting columns to rows. In this post, we’ll look at the reverse scenario. Suppose that you have a list of sales orders, in this format: Sales Order Number Product SO-001 Hammer SO-001 Table Saw SO-001 … Continue reading
									
						Posted in Uncategorized					
					
												Comments Off on Dynamically Pivoting Rows to Columns
							
		Using the WMI Data Reader in SSIS
A recent post on the MSDN forums was asking about using the WMI Data Reader Task to retrieve information and send it to a SQL Server destination. I wasn’t very familiar with the task, so I decided to try it … Continue reading
									
						Posted in Uncategorized					
					
												Comments Off on Using the WMI Data Reader in SSIS