I have two store procs : proc 1 and proc 2.
inside proc 1 i call proc 2. proc 2 has an output parameter @var1. after running proc 2 i return back to proc 1. when i come back to proc 1 i want to use the output parameter from proc 2. can i do that. please give me an example.
Start Free Trial