Rayne
asked on
SSIS Tutorial
Hello All,
Can you give a list of Best ,free and [[very easy] to understand web links to learn how to create SSIS jobs from Scratch?
thanks
Can you give a list of Best ,free and [[very easy] to understand web links to learn how to create SSIS jobs from Scratch?
thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Hi Rayne
You can use "Ole Db Source" and "Ole Db Destination" for connect to Tables
and "Copy Columns" for insert from ghjk to tbl1.
SSIS.jpg
You can use "Ole Db Source" and "Ole Db Destination" for connect to Tables
and "Copy Columns" for insert from ghjk to tbl1.
SSIS.jpg
ASKER
I am seeing so many options. Can you please tell me what components I need to use in order to do a simple thing?
Insert into tbl1 from ghjk.
I don’t see a task control…
Thank you