Row Count transformation in SSIS
The Row Count transformation counts rows as they pass through a data flow and stores the final count in a variable. Row Count Transformation does not… Read More »Row Count transformation in SSIS
![]()
The Aggregate transformation applies aggregate operations such as maximum, minimum, average, sum, and count to column values and copies the results to the transformation output.… Read More »Aggregate Transformation Basic Mode in SSIS
![]()
The Derived Column transformation in SSIS allows us to create new column values by applying expressions to transformation input columns. An expression can be created… Read More »Derived Column Transformation in SSIS
![]()
This article demonstrate how to load data from Excel file into SQL Server table using SSIS. Lets see step by step implementation of simple basic… Read More »Load data from Excel file to SQL Server table using SSIS
![]()
This article demonstrate how to load flat file into SQL Server table using SSIS. Lets see step by step implementation of simple basic SSIS package… Read More »Load flat file into SQL Server table in SSIS
![]()