SQL Server Integration Services: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 205.141.67.16 to version by Sbayat98. Report False Positive? Thanks, ClueBot NG. (3442841) (Bot)
m Can now learn SSIS for free. Section at top was out of date and was circa 2014
Line 16:
SSIS is a platform for [[data integration]] and [[workflow application]]s. It features a [[data warehouse|data warehousing]] tool used for data [[Extract, transform, load|extraction, transformation, and loading (ETL)]]. The tool may also be used to automate maintenance of SQL Server databases and updates to multidimensional [[OLAP cube|cube data]]
 
First released with Microsoft SQL Server 2005, SSIS replaced [[Data Transformation Services]], which had been a feature of SQL Server since Version 7.0. Unlike DTS, which was included in all versions, SSIS is only available in the "Standard", "Business Intelligence" and "Enterprise" editions.<ref>{{cite web | title = Features Supported by the Editions of SQL Server 2014 | url = http://msdn.microsoft.com/en-gb/library/cc645993.aspx#SSIS|website=msdn.microsoft.com | publisher = Microsoft Developer Network | accessdate = 20 August 2014}}</ref> With Microsoft "Visual Studio Dev Essentials" it is now possible to learn how to use SSIS with Visual Studio 2017 for free for development and learning only purposes.
 
==Features==