Click here to Skip to main content
15,885,088 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a SSIS Package in which I need to upload the data from an excel file to sql table after that I need to move the file to Some another folder depending upon some validations. These validations i need to do at database level. for that validations i have created a stored procedure and this stored procedure will return a output value. Depending on that value I need to move the file in a specific folder. I have use File System task to move the file, but I am not able to pass the value to the precedence constraint.

for eg. If my stored procedure return 1 I need to move the file to Failed Folder which is already created else to success folder.

Can Anyone help me to achieve it.

Your help would be really appreciable.

Thanks

unnecessary code block removed
Posted
Updated 16-Sep-14 2:59am
v2

1 solution

Hi,

Please refere article available at:
http://www.codeproject.com/script/Articles/ArticleVersion.aspx?waid=141514&aid=820687[^]

Thanks,
Baliram Suryawanshi
 
Share this answer
 
Comments
Thiyagarajan.B 11-Jan-16 14:51pm    
Hi,
I need to pass value through Output Parameter and update some values in the table using SSIS Package.

Example: If I pass empty value in Output parameter, than we need to insert new Customer details; If I send with value in the Output parameter, the Customer info have to get updated.

Issue: Whenever I pass value to output parameter, NULL values goes to the SP

Any help appreciated.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900