<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Eric Johnson : SQL Server 2008, SSIS</title><link>http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server+2008/SSIS/default.aspx</link><description>Tags: SQL Server 2008, SSIS</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Virtual Classes</title><link>http://sqlblog.com/blogs/eric_johnson/archive/2010/10/26/virtual-classes.aspx</link><pubDate>Tue, 26 Oct 2010 20:50:18 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:29867</guid><dc:creator>ejohnson2010</dc:creator><slash:comments>0</slash:comments><comments>http://sqlblog.com/blogs/eric_johnson/comments/29867.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/eric_johnson/commentrss.aspx?PostID=29867</wfw:commentRss><description>I have two online classes starting on November 1st that I recorded on the SSWUG.org vClass platform. The first is “Introduction to SQL Server Replication” and is a 12 session class on all things replication. Cost is $199……for more information or to register,...(&lt;a href="http://sqlblog.com/blogs/eric_johnson/archive/2010/10/26/virtual-classes.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=29867" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/Training/default.aspx">Training</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SSIS/default.aspx">SSIS</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/Replication/default.aspx">Replication</category></item><item><title>SSIS Virtual Class</title><link>http://sqlblog.com/blogs/eric_johnson/archive/2010/05/13/ssis-virtual-class.aspx</link><pubDate>Thu, 13 May 2010 17:54:39 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:25126</guid><dc:creator>ejohnson2010</dc:creator><slash:comments>2</slash:comments><comments>http://sqlblog.com/blogs/eric_johnson/comments/25126.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/eric_johnson/commentrss.aspx?PostID=25126</wfw:commentRss><description>I recorded a Virtual SSIS Class with the good folks over at SSWUG and the first airing of the class will by May 15th. This is 100% online so you can do it on your own time and from anywhere. The class will run monthly and I will be available for questions...(&lt;a href="http://sqlblog.com/blogs/eric_johnson/archive/2010/05/13/ssis-virtual-class.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=25126" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/Training/default.aspx">Training</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SSIS/default.aspx">SSIS</category></item><item><title>The Trouble with SSIS Sorting</title><link>http://sqlblog.com/blogs/eric_johnson/archive/2010/02/03/the-trouble-with-ssis-sorting.aspx</link><pubDate>Wed, 03 Feb 2010 14:00:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:20953</guid><dc:creator>ejohnson2010</dc:creator><slash:comments>7</slash:comments><comments>http://sqlblog.com/blogs/eric_johnson/comments/20953.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/eric_johnson/commentrss.aspx?PostID=20953</wfw:commentRss><description>Many SSIS transformations, such as the Pivot and the Data Profiling Tasks, require that the data being fed into them be sorted. Without first sorting, some transformations will throw an error and not run, while others will run but the results will not...(&lt;a href="http://sqlblog.com/blogs/eric_johnson/archive/2010/02/03/the-trouble-with-ssis-sorting.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=20953" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SSIS/default.aspx">SSIS</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/Sort+Transformation/default.aspx">Sort Transformation</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>Understanding the SSIS Package Protection Level</title><link>http://sqlblog.com/blogs/eric_johnson/archive/2010/01/12/understanding-the-ssis-package-protection-level.aspx</link><pubDate>Tue, 12 Jan 2010 17:46:05 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:20950</guid><dc:creator>ejohnson2010</dc:creator><slash:comments>4</slash:comments><comments>http://sqlblog.com/blogs/eric_johnson/comments/20950.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/eric_johnson/commentrss.aspx?PostID=20950</wfw:commentRss><description>One property of all SSIS packages that you must understand is the ProtectionLevel. This property tells SSIS how to handle sensitive information stored within your packages. Most commonly this is a password stored in a connection string. Why is this information...(&lt;a href="http://sqlblog.com/blogs/eric_johnson/archive/2010/01/12/understanding-the-ssis-package-protection-level.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=20950" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SSIS/default.aspx">SSIS</category></item><item><title>Check Out My SSIS Screen Casts</title><link>http://sqlblog.com/blogs/eric_johnson/archive/2009/12/14/check-out-my-ssis-screen-casts.aspx</link><pubDate>Mon, 14 Dec 2009 22:16:10 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:19963</guid><dc:creator>ejohnson2010</dc:creator><slash:comments>0</slash:comments><comments>http://sqlblog.com/blogs/eric_johnson/comments/19963.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/eric_johnson/commentrss.aspx?PostID=19963</wfw:commentRss><description>Two I did for TechTarget: Using the Pivot Transformation in SQL Server Integration Services: http://searchsqlserver.techtarget.com/video/0,297151,sid87_gci1374920,00.html Using package configurations in SQL Server Integration Services: http://searchsqlserver.techtarget.com/video/0,297151,sid87_gci1369995,00.htm...(&lt;a href="http://sqlblog.com/blogs/eric_johnson/archive/2009/12/14/check-out-my-ssis-screen-casts.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=19963" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/Training/default.aspx">Training</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SSIS/default.aspx">SSIS</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/ScreenCast/default.aspx">ScreenCast</category></item><item><title>SSIS Package Builds</title><link>http://sqlblog.com/blogs/eric_johnson/archive/2009/12/08/ssis-package-builds.aspx</link><pubDate>Tue, 08 Dec 2009 20:29:18 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:19631</guid><dc:creator>ejohnson2010</dc:creator><slash:comments>3</slash:comments><comments>http://sqlblog.com/blogs/eric_johnson/comments/19631.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/eric_johnson/commentrss.aspx?PostID=19631</wfw:commentRss><description>So you have written an SSIS package and now its time to package it up and send it off to your QA department. Excellent; you need to use the build function in Business Intelligence Development Studio. On the surface this is pretty simply but there are...(&lt;a href="http://sqlblog.com/blogs/eric_johnson/archive/2009/12/08/ssis-package-builds.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=19631" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SSIS/default.aspx">SSIS</category></item><item><title>SSIS 2008: Looping Through Rows in a Table</title><link>http://sqlblog.com/blogs/eric_johnson/archive/2009/11/13/ssis-2008-looping-through-rows-in-a-table.aspx</link><pubDate>Fri, 13 Nov 2009 22:09:06 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:18843</guid><dc:creator>ejohnson2010</dc:creator><slash:comments>21</slash:comments><comments>http://sqlblog.com/blogs/eric_johnson/comments/18843.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/eric_johnson/commentrss.aspx?PostID=18843</wfw:commentRss><description>Inevitably when writing code, you have a need to write a loop in order to iterate over multiple objects. When writing code against a SQL Server, as we usually are doing in SSIS Packages, you often need to iterate over all the rows in a table. This can...(&lt;a href="http://sqlblog.com/blogs/eric_johnson/archive/2009/11/13/ssis-2008-looping-through-rows-in-a-table.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=18843" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SSIS/default.aspx">SSIS</category></item><item><title>SQL Server 2008’s New Import and Export Wizard</title><link>http://sqlblog.com/blogs/eric_johnson/archive/2009/10/19/sql-server-2008-s-new-import-and-export-wizard.aspx</link><pubDate>Mon, 19 Oct 2009 15:58:06 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:17943</guid><dc:creator>ejohnson2010</dc:creator><slash:comments>0</slash:comments><comments>http://sqlblog.com/blogs/eric_johnson/comments/17943.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/eric_johnson/commentrss.aspx?PostID=17943</wfw:commentRss><description>I have written a lot lately about SSIS package development, and that doesn’t apply to everyone that works with SQL Server 2008. So you might be asking, what’s does SSIS have to offer me, the production support DBA? Well, I am glad you asked. In SQL Server...(&lt;a href="http://sqlblog.com/blogs/eric_johnson/archive/2009/10/19/sql-server-2008-s-new-import-and-export-wizard.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=17943" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SSIS/default.aspx">SSIS</category></item><item><title>Working with SSIS Expressions</title><link>http://sqlblog.com/blogs/eric_johnson/archive/2009/10/12/working-with-ssis-expressions.aspx</link><pubDate>Mon, 12 Oct 2009 16:47:38 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:17640</guid><dc:creator>ejohnson2010</dc:creator><slash:comments>0</slash:comments><comments>http://sqlblog.com/blogs/eric_johnson/comments/17640.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/eric_johnson/commentrss.aspx?PostID=17640</wfw:commentRss><description>In SQL Server Integration Services (SSIS) Packages, expressions are everywhere. You may have worked with Expressions in some of the transformation tasks, such as the Derive Column Transformation, but did you know they can also be used to set the properties...(&lt;a href="http://sqlblog.com/blogs/eric_johnson/archive/2009/10/12/working-with-ssis-expressions.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=17640" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SSIS/default.aspx">SSIS</category></item><item><title>Managing Lookup Cache in SQL Server 2008</title><link>http://sqlblog.com/blogs/eric_johnson/archive/2009/09/29/managing-lookup-cache-in-sql-server-2008.aspx</link><pubDate>Tue, 29 Sep 2009 19:59:30 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:17065</guid><dc:creator>ejohnson2010</dc:creator><slash:comments>2</slash:comments><comments>http://sqlblog.com/blogs/eric_johnson/comments/17065.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/eric_johnson/commentrss.aspx?PostID=17065</wfw:commentRss><description>The Lookup transformation in SSIS has changed a lot in SQL Server 2008. One of the best new features is the ability to pre-build your cache which gives you a lot of control over what is cached and how the cached data is managed. The basic lookup offers...(&lt;a href="http://sqlblog.com/blogs/eric_johnson/archive/2009/09/29/managing-lookup-cache-in-sql-server-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=17065" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SSIS/default.aspx">SSIS</category></item><item><title>Using SSIS Package Configurations</title><link>http://sqlblog.com/blogs/eric_johnson/archive/2009/09/21/using-ssis-package-configurations.aspx</link><pubDate>Mon, 21 Sep 2009 15:55:37 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:16915</guid><dc:creator>ejohnson2010</dc:creator><slash:comments>4</slash:comments><comments>http://sqlblog.com/blogs/eric_johnson/comments/16915.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/eric_johnson/commentrss.aspx?PostID=16915</wfw:commentRss><description>SQL Server Integration Services (SSIS) is a very powerful tool for creating ETL Packages. Part of what makes it so powerful is its ability to use package configurations. Package configurations allow you to externally store information that the package...(&lt;a href="http://sqlblog.com/blogs/eric_johnson/archive/2009/09/21/using-ssis-package-configurations.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=16915" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SSIS/default.aspx">SSIS</category></item><item><title>SSIS 2008 and the New Lookup</title><link>http://sqlblog.com/blogs/eric_johnson/archive/2009/07/01/ssis-2008-and-the-new-lookup.aspx</link><pubDate>Wed, 01 Jul 2009 21:33:44 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:15046</guid><dc:creator>ejohnson2010</dc:creator><slash:comments>2</slash:comments><comments>http://sqlblog.com/blogs/eric_johnson/comments/15046.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/eric_johnson/commentrss.aspx?PostID=15046</wfw:commentRss><description>SSIS is a pretty useful tool for designing ETL processes. One of the transformations I was disappointed with in 2005 was the lookup. I found it a little better than the lookup functionality in DTS, but not too much better. Well, Microsoft must have read...(&lt;a href="http://sqlblog.com/blogs/eric_johnson/archive/2009/07/01/ssis-2008-and-the-new-lookup.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=15046" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://sqlblog.com/blogs/eric_johnson/archive/tags/SSIS/default.aspx">SSIS</category></item></channel></rss>