Hi pratima,
Can i get that package example as i dont find any Derived Column option and I am getting error in script near Row.
Main Topics
Browse All TopicsHi,
I have a oledb command which is executing a store proc which has got an output value, I want to store that output value in a varaible in inegration services package.
Is there any way I can do that.
Thanks in advance.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I made an example for you.
Follow this steps:
1. Execute the attached SQL Stament in one SQL database
2. Create a new SSIS Project in Visual Studio or open an existent project
3. Add the attached package to the SSIS Project
4. Update teh connection to the source textfile to the attached file "Source.cities.txt"
5. Update the SQL connection in the package to the database where you excuted the SQL Statment in previous point 1.
6. Exceute the package and check the returned output from Database.
This project will insert cities stored in a textfile into a SQL Database tavle CityTable and return to the SSIS Package the returned ID (identity) of table.
helped?
regards,
Pedro
Business Accounts
Answer for Membership
by: pratima_mcsPosted on 2009-02-18 at 21:09:01ID: 23678063
Use the attached Doc
Example