Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Sonu619
Posting Yak Master
202 Posts |
Posted - 2010-04-14 : 19:15:12
|
I AM CHECKING ONLINE SSIS INTERVIEW QUESTION AND I LIKE THIS QUESTION BUT I COULD'T SOLVE IT. HERE IS THE A scenario: Want to insert a text file into database table, but during the upload want to change a column called as months - January, Feb, etc to a code, - 1,2,3.. .This code can be read from another database table called months. After the conversion of the data , upload the file. If there are any errors, write to error table. Then for all errors, read errors from database, create a file, and mail it to the supervisor. How would you accomplish this task in SSIS?Thanks. |
|
|
|
|