SQL Server Integration Services: Difference between revisions

Content deleted Content added
External links: removed spam links
Line 22:
 
===Features of the data flow task===
SSIS provides the following built-in transformations:<ref>{{cite web|title=Integration Services Trnansformations|url=http://msdn.microsoft.com/en-us/library/ms141713.aspx}}</ref>
 
* Conditional Split
Line 43:
* Row Count
* [[term extraction|Term Extraction]]
* Term Lookup/
* Row Sampling
 
The Conditional Split transformation is usedconditionally toroute speedrows upto theother querytransformation on the source table based onobjcts a particular condition. It is similar to the "if..else" construct in the C language.
<!--this is not good for etl------>