Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 2.89 KB

sql-server-integration-services.md

File metadata and controls

57 lines (43 loc) · 2.89 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic helpviewer_keywords keywords
SQL Server Integration Services
Learn about SQL Server Integration Services, Microsoft's platform for building enterprise-level data integration and data transformations solutions.
chugugrace
chugu
mikeray
09/17/2024
sql
integration-services
overview
SSIS
DTS [Integration Services]
SQL Server Integration Services
Integration Services
DTS [Integration Services], about Integration Services
data integration [Integration Services]
Data Transformation Services
SSIS

SQL Server Integration Services

[!INCLUDE sqlserver-ssis]

SQL Server [!INCLUDE ssISnoversion] is a platform for building enterprise-level data integration and data transformations solutions. Use [!INCLUDE ssISnoversion] to solve complex business problems. For example:

  • Copy or download files
  • Load data warehouses
  • Cleanse and mine data
  • Manage [!INCLUDE ssNoVersion] objects and data

Capabilities

[!INCLUDE ssISnoversion] 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.

[!INCLUDE ssISnoversion] includes:

You can use the graphical [!INCLUDE ssISnoversion] tools to create solutions without writing a single line of code. You can also program the extensive [!INCLUDE ssISnoversion] 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.

:::image type="icon" source="../includes/media/info-tip.svg" border="false"::: Get help