Hi,
I am using sql server 2008.
I have a stored procedure in a stored procedure,
Here I want to use the output of child stored procedure in the parent stored procedure so that I can perform certain operations using that
output.
I tried but I couldn't. Please help me