Create Filter Activity in Azure Data Factory
Filter activity is used in a pipeline to apply a filter expression to an input array, it filters an input data so that subsequent activities… Read More »Create Filter Activity in Azure Data Factory
Filter activity is used in a pipeline to apply a filter expression to an input array, it filters an input data so that subsequent activities… Read More »Create Filter Activity in Azure Data Factory
Copy Column Transformation in SSIS allow us to create a duplicate columns means it takes an input column and creates a duplicate of it with a… Read More »Copy Column Transformation in 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