Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 2.97 KB

File metadata and controls

55 lines (42 loc) · 2.97 KB
title SQL Server Integration Services
description Learn about SQL Server Integration Services, Microsoft's platform for building enterprise-level data integration and data transformations solutions.
ms.prod sql
ms.prod_service integration-services
ms.technology integration-services
ms.topic overview
keywords
SSIS
helpviewer_keywords
SSIS
DTS [Integration Services]
SQL Server Integration Services
Integration Services
DTS [Integration Services], about Integration Services
data integration [Integration Services]
Data Transformation Services
author chugugrace
ms.author chugu
ms.reviewer
ms.custom FY22Q2Fresh
ms.date 12/10/2021

SQL Server Integration Services

[!INCLUDEsqlserver-ssis]

SQL Server [!INCLUDEssISnoversion] is a platform for building enterprise-level data integration and data transformations solutions. Use [!INCLUDEssISnoversion] to solve complex business problems by copying or downloading files, loading data warehouses, cleansing and mining data, and managing [!INCLUDEssNoVersion] objects and data.

Capabilities

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

[!INCLUDEssISnoversion] includes:

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

info_tip Resources