Table of Contents OverviewArchitectureCommunity ResourcesSQL Server "Denali" CTP1 SSIS Wiki PagesSSIS Wiki PagesSee Also
SQL Server Integration Services (SSIS) is Microsoft's Extract, Transform, Load (ETL) tool and is provided with SQL Server. SSIS provides a rich set of built-in tasks, containers, transformations, and data adapters that support the development of business applications. Without writing a single line of code, you can create SSIS solutions that solve complex business problems using ETL and business intelligence, manage SQL Server databases, and copy SQL Server objects between instances of SQL Server. For an overview of the typical uses of SSIS, see Typical Uses of Integration Services. For product installation, videos, and Books Online topics, see the SQL Server 2012 Resource Center. For the latest downloads, articles, samples, and videos from Microsoft and the community, visit the Integration Services page on MSDN.
This architecture diagram is true as at November 2009
The runtime environment of SSIS consists of 2 engines, the Runtime Engine and the Dataflow Engine. A package consists of tasks (one of which is the all-important Dataflow Task) and containers. The development tool for SSIS is Business Intelligence Development Studio ([[articles:Business Intelligence Development Studio (BIDS)|BIDS]]). In SQL Server 2012, BIDS is replaced with SQL Server Data Tools for BI (SSDT-BI).
Connectivity
Upgrade and Migration
For a list of additional community resources, go to SSIS Community Resources. For a list of design patterns, go to SSIS Design Patterns Wiki
Migrate and Deploy SSIS Packages
Design SSIS Packages
Zoltán Horváth edited Revision 68. Comment: added link to BIDS
Zoltán Horváth edited Revision 67. Comment: added link to new content - List of transformations
Ed Price MSFT edited Revision 46. Comment: Minor edit on the "Community Resources" section.
Ed Price MSFT edited Revision 45. Comment: Minor edit on the red link.
Gary Ericson (MSFT) edited Revision 40. Comment: Can't get this link right...
Gary Ericson (MSFT) edited Revision 37. Comment: Bad link entered
Ed Price MSFT edited Revision 13. Comment: Added "See Also" and "Wiki Pages" sections.
Ed Price MSFT edited Revision 12. Comment: Shouldn't link to the page you're on.
Ed Price MSFT edited Revision 10. Comment: Fixed a link (the SQL Server link went to a Chinese article).
Ed Price MSFT edited Revision 8. Comment: No reason for acronym articles (SSIS). Removing the link and will delete the acronym article.
Zoltán Horváth edited Revision 59. Comment: Indented the "Dataflow Task" in SSIS Wiki Pages > SSIS Task > List of Tasks.
Zoltán Horváth edited Revision 60. Comment: tried with another indentation of the Dataflow Task
Good one
Zoltán Horváth edited Revision 66. Comment: added link to "Execute Package Task" under "SSIS Wiki Pages"
Aalam Rangi edited Revision 74. Comment: Added links to the SSIS Design Patterns Wiki