Data Flow Tutorial practical - sachit914/datawarehouse GitHub Wiki

load a csv file into our DB

create a dataFlow task

image

  • add a connection to local device to fetch csv file

image

  • add a connection to our data base to where we have to move csv data

image

image

inside data flow task add source and destination

image

image

move data from one database table to another database table (both database can be in differnt server)

image

image