Can any one help me out how can i merge excel files having same columns which are saved in one folder to one destination excel file using SQL Server Integration services(SSIS) .
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
add an Excel source for each of your files an a “union all” task to join them, so if you have 20 rows on your first excel and 30 on the second, you will end up with 50 rows:
to set the source and destination paths, just double click each of the tasks and set the connection manager
EDIT:
example of how to read an excel file here