This post is coming a little late (these have already been announced http://sqlcat.com/presentations/archive/2009/05/02/designing-and-tuning-for-performance-your-ssis-packages-in-the-enterprise-sql-video-series.aspx and http://dougbert.com/blogs/dougbert/archive/2009/04/30/speed-up-your-etl-with-4-new-ssis-performance-videos-from-microsoft.aspx ), but incase you haven’t seen these before, I wanted to bring attention to four new performance related created by the http://sqlcat.com/Default.aspx and SSIS teams. They mostly focus on larger scale/Enterprise level package deployments, but there are good tips for all levels of SSIS usage.
From the http://sqlcat.com/presentations/archive/2009/05/02/designing-and-tuning-for-performance-your-ssis-packages-in-the-enterprise-sql-video-series.aspx :
Measuring and Understanding the Performance of Your SSIS Packages in the Enterprise (SQL Server Video)
http://msdn.microsoft.com/en-us/library/dd795223.aspx
|
http://go.microsoft.com/fwlink/?LinkId=149083
Author : Denny Lee, Microsoft Corporation
This video demonstrates how to measure and understand the performance of packages, based on lessons learned from enterprise customers. In this video, you will learn the following guidelines for improving performance:
- How the limits of the source system affect performance.
- Why disk I/O is important.
- Why you should establish a package performance baseline
Tuning Your SSIS Package Data Flow in the Enterprise (SQL Server Video)
http://msdn.microsoft.com/en-us/library/dd795225.aspx
|
http://msdn.microsoft.com/en-us/library/dd795225.aspx
Author : David Noor, Microsoft Corporation
This video demonstrates how to improve the performance of the data flow in an Integration Services package. In this video, you will learn how to tune the following phases of the data flow:
- Extraction
- Transformation
- Loading
You can apply these performance tuning tips when you design, develop, and run the data flow.
Understanding SSIS Data Flow Buffers (SQL Server Video)
http://msdn.microsoft.com/en-us/library/dd795224.aspx
|
http://go.microsoft.com/fwlink/?LinkId=149086
Author : Bob Bojanic, Microsoft Corporation
This video looks at the memory buffers that transfer data to the data flow of an Integration Services package. The video includes the following items:
-
Demonstration of a simple package that shows you how Integration Services divides the data along the data flow paths and how buffers carry data along those paths.
This simple package performs the following operations:- Data extraction
- Character mapping
- Creation of new columns by using a synchronous transformation
- Multicasting
- Sorting by using a blocking (asynchronous) transformation.
- Design guidelines for building and maintaining the data flow of a package.
Designing Your SSIS Packages for Parallelism (SQL Server Video)
http://msdn.microsoft.com/en-us/library/dd795221.aspx
|
http://go.microsoft.com/fwlink/?LinkId=149087
Author : Matt Carroll, Microsoft Corporation
This video demonstrates how to increase the performance of your Integration Services packages by designing for parallelism.
------
These four videos join the http://msdn.microsoft.com/en-us/library/dd299421.aspx in the SQL Server Video series. Others that might interest you:
- http://msdn.microsoft.com/en-us/library/dd299421.aspx
- http://msdn.microsoft.com/en-us/library/cc952922.aspx
- http://msdn.microsoft.com/en-us/library/dd440761.aspx
- http://msdn.microsoft.com/en-us/library/cc952927.aspx
- http://msdn.microsoft.com/en-us/library/cc952929.aspx
- http://msdn.microsoft.com/en-us/library/cc952923.aspx
- http://msdn.microsoft.com/en-us/library/dd440760.aspx