learning

Step by Step SSIS Multicast Transformation TIP #121

Dear Friends, This is another post in the series of step by step SSIS ,Zero to hero series. In this post we will discuss another transformation control which is Multicast transformation. Multicast is a way which help us to provide multiple copy of same source data for different transformation. Or in other words we can …

How to create first basic package with SSIS ? tip #113

Dear friends, In last post #112 we understood WWH (What ,Why & How ) of SSIS. Now , lets move now real quick in practical session where we will try to create a basic simple package. The example which we are creating is well known Export data from SQL SERVER to a flat file. Step …