Aggregate transformation
The Aggregate transformation is used to perform aggregate operations/functions on groups in a data set. The aggregate functions available are Count, Count Distinct, Sum, Average, Minimum and Maximum. The Aggregate transformation has one input and one or more outputs. It does not support an error output. Aggregate Function Details AVERAGE Give the Average value of the Columns or Attributes value GROUP BY Derived the data set into Group SUM Give the SUM value of the Columns or Attributes value COUNT Give the number of item in Groups COUNT DISTINCT Give the Unique NON NULL Item MINIMUM Give the Minimum Number in a Group MAXIMUM Give the Maximum Number in a Group Step 1: Click Windows button and go to SQL Server 2008 R2 and run as a administrator. It shows a bellow window. Step 2: Go to a views and create a new project ( Short cut o...