SQL Server Integration Services: Difference between revisions

Content deleted Content added
Wikiolap (talk | contribs)
m copyedit, wikify
No edit summary
Line 1:
'''SQL Server Integration Services''' ('''SSIS''') is a component of [[Microsoft SQL Server]] 2005. It replaces [[Data Transformation Services]], a feature of SQL Server since Version 7.0.
 
Integration Services provides a platform to build data integration and workflow applications. The primary use for SSIS is [[data warehouse|data warehousing]], as the product features a fast and flexible data extraction, transformation, and loading ([[Extract, transform, load|ETL]]) engine. The tool may also be used to automate maintenance of SQL Server databases, update multidimensional cube data, and perform other functions.
 
==Features==