SSIS Newbie I did a lot of DTS in 2000 ,but rusty in that.
I know its a lot of questions(3) below, but it would help me to get off to a fast start and show some progress to this problem while go through some chapters in my Micro Press SSIS book in the evenings to get up to speed on SSIS. I foresee more SSIS needs much more robust than this coming in the future...hmmmm
1.do i need 3 connections to excel for each 3 workbooks?
trying to import 3 tabs(workbooks) from an excel file to 3 into temp tables in into sql server 2005 for an sp that runs nightly to do checks and validations on the data, the data(records) that passes the checks from the temp tables will need to be appended to sql permanenet tables
this is how i was explained it need to be done.
2.so would it be better to use memeory emp tables like #tblClaims or the TempDB in sql Server
3.so for the sql server temp tables, i would need 3 connections in the connection manager for sql server and 3 data flow tasks?
I know its a lot of questions(3) below, but it would help me to get off to a fast start and show some progress to this problem while go through some chapters in my Micro Press SSIS book in the evenings to get up to speed on SSIS. I foresee more SSIS needs much more robust than this coming in the future...hmmmm
1.do i need 3 connections to excel for each 3 workbooks?
trying to import 3 tabs(workbooks) from an excel file to 3 into temp tables in into sql server 2005 for an sp that runs nightly to do checks and validations on the data, the data(records) that passes the checks from the temp tables will need to be appended to sql permanenet tables
this is how i was explained it need to be done.
2.so would it be better to use memeory emp tables like #tblClaims or the TempDB in sql Server
3.so for the sql server temp tables, i would need 3 connections in the connection manager for sql server and 3 data flow tasks?