Content deleted Content added
Line 37:
SSIS provides the following built-in transformations:<ref>{{cite web | title = Integration Services Transformations | url = http://msdn.microsoft.com/en-us/library/ms141713.aspx|work=Microsoft Developer Network | publisher = Microsoft | accessdate = 22 March 2013}}</ref>
{| class="wikitable"
|-
* Cache Transform<ref>{{cite web | url = http://msdn.microsoft.com/en-us/library/bb895264 | title = Cache Transform|work=Microsoft Developer Network | publisher = Microsoft | accessdate = 22 March 2013}}</ref>▼
|-
|-
* Data Mining Model Training▼
▲
|-
* Derived Column▼
* Dimension Processing▼
|-
| Data Conversion || Row Sampling Transformation
|-
* Foreach Loop Container▼
* Fuzzy Grouping▼
|-
▲* Lookup and [[Fuzzy logic|Fuzzy]] Lookup
▲* OLE DB Command
|-
▲* Percentage Sampling<ref>{{cite web | url = http://msdn.microsoft.com/en-us/library/ms139864.aspx | title = Percentage Sampling Transformation|work=Microsoft Developer Network | publisher = Microsoft | accessdate = 22 March 2013}}</ref> and Row Sampling Transformation.
|-
▲* [[Pivot table|Pivot]] and Unpivot
|-
|-
▲* [[Slowly Changing Dimension]]
|-
|-
|}
The Conditional Split transformation is used to conditionally route rows to other transformation objects based on a particular condition. It is similar to the "<code>if … else</code>" construct in the C language.
|