Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

SQL Server Integration Services - SQL Server Integration Services (SSIS... https://learn.microsoft.com/en-us/sql/integration-services/sql-server-inte...

SQL Server Integration Services


Article • 08/17/2023

Applies to: SQL Server SSIS Integration Runtime in Azure Data Factory

SQL Server Integration Services is a platform for building enterprise-level data


integration and data transformations solutions. Use Integration Services to solve
complex business problems. For example:

• Copy or download files


• Load data warehouses
• Cleanse and mine data
• Manage SQL Server objects and data

Capabilities
Integration Services can extract and transform data from a wide variety of sources such
as XML data files, flat files, and relational data sources, and then load the data into one
or more destinations.

Integration Services includes:

• A rich set of built-in tasks and transformations.


• Graphical tools for building packages.
• An SSIS Catalog database to store, run, and manage packages.

You can use the graphical Integration Services tools to create solutions without writing a
single line of code. You can also program the extensive Integration Services object
model to create packages programmatically and code custom tasks and other package
objects.

Get started
You can start by installing SQL Server Integration Services, which is part of SQL Server
setup.

For installation instructions and guidance, see Install Integration Services.

1 of 2 6/3/2024, 1:22 AM
SQL Server Integration Services - SQL Server Integration Services (SSIS... https://learn.microsoft.com/en-us/sql/integration-services/sql-server-inte...

Get help
• Get help in the SSIS forum
• Get help on Stack Overflow
• Follow the SSIS team blog
• Report issues & request features
• Get the docs on your PC

Feedback
Was this page helpful?  Yes  No

Provide product feedback | Get help at Microsoft Q&A

2 of 2 6/3/2024, 1:22 AM

You might also like