convert the first sp to a function that when you call it, it will
return a value.
sp can only write the value into a table and then the second sp can
pick up that value from the first sp.
Cylix wrote:
> I have a SP, which will exec other SP depend on the input.
> the "other SP" need to return a integer back.
>
> How to do this?
>
> Thanks for give me a hand.