In execute Sql Task options
Set the followng options
Result Set: Single Row
In the parameter mapping tab
map the result set to a variable
The variable will be assigned with the number of rows effected
to get the no of rows effected from the sp or the function
use the following statement
Select @@ROWCOUNT
Regards
Venkat
http://sqlblogging.blogspot.com[/url]