Answered by:
LOAD DIFFRENT EXCEL SHEET IN DIFFRENT DESTINATION TABLE

Question
-
Dear All,
I am new in ssis
i have two excel sheet with diffrent structure.
1st excel sheet have 5 column and 2nd excel sheet have 8 column.
i want to load each sheet in diffrent destination tables.
i know how to load excel sheet with same strucure in table but dont know with diffrent structure.
plesae suggest me step by step.
for last 10 days i am working on same.
please do the needful help as soon as possible.
thanks & regards,
Vipin jha
Wednesday, April 11, 2012 6:59 AM
Answers
-
If all the excel sheets have the same structure, you can re-use the same dataflow.
If not, you need to create 30 different dataflows, at least with SSIS out of the box.You can purchase a commercial component from CozyRoc, dataflow+, that can handle changing metadata.
MCTS, MCITP - Please mark posts as answered where appropriate.
- Proposed as answer by COZYROC Wednesday, April 11, 2012 9:24 PM
- Marked as answer by Eileen Zhao Tuesday, April 17, 2012 8:48 AM
- Unmarked as answer by Eileen Zhao Tuesday, April 17, 2012 8:48 AM
- Marked as answer by Eileen Zhao Wednesday, April 18, 2012 7:29 AM
Wednesday, April 11, 2012 9:27 AM
All replies
-
-
Create two DFT's(Data flow Task)
and in each DFT specify you explicit sheet name and target table name and that should solve your problem.
Mark as answer if the post help you... Regards, Indraneel A
Wednesday, April 11, 2012 7:11 AM -
Check this... http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/13604da4-c4d4-4ad0-915a-0ab31cb07ad9
Mark as answer if the post help you... Regards, Indraneel A
Wednesday, April 11, 2012 7:16 AM -
is there are 2-3 excel sheet then its ok to create 2 diffrent DFT
but suppose there are 30 excel sheet then is that a good way.
is there any other alternative
vipin jha
Wednesday, April 11, 2012 9:16 AM -
is there are 2-3 excel sheet then its ok to create 2 diffrent DFT
but suppose there are 30 excel sheet then is that a good way.
is there any other alternative
vipin jha
Wednesday, April 11, 2012 9:16 AM -
Let us not suppose. Give us a brief idea of what are we looking at.
Please vote as helpful or mark as answer, if it helps
Cheers, Raunak | t: @raunakjhawar | My BlogWednesday, April 11, 2012 9:26 AM -
If all the excel sheets have the same structure, you can re-use the same dataflow.
If not, you need to create 30 different dataflows, at least with SSIS out of the box.You can purchase a commercial component from CozyRoc, dataflow+, that can handle changing metadata.
MCTS, MCITP - Please mark posts as answered where appropriate.
- Proposed as answer by COZYROC Wednesday, April 11, 2012 9:24 PM
- Marked as answer by Eileen Zhao Tuesday, April 17, 2012 8:48 AM
- Unmarked as answer by Eileen Zhao Tuesday, April 17, 2012 8:48 AM
- Marked as answer by Eileen Zhao Wednesday, April 18, 2012 7:29 AM
Wednesday, April 11, 2012 9:27 AM