SQLCAT (new look and feel:-)) gives us a new best practice to Microsoft® SQL Server® Integration Services (SSIS):
- SSIS is an in-memory pipeline, so ensure that all transformations occur in memory.
- Plan for capacity by understanding resource utilization.
- Baseline source system extract speed.
- Optimize the SQL data source, lookup transformations, and destination.
- Tune your network.
- Use data types – yes, back to data types! –wisely.
- Change the design.
- Partition the problem.
- Minimize logged operations.
- Schedule and distribute it correctly.
within a lot of linked articles.
http://sqlcat.com/top10lists/archive/2008/10/01/top-10-sql-server-integration-services-best-practices.aspx
CU
tosc