I have a stored procedure where it ends with a RETURN value of 0 or 1.
I want to use this value in an IF statement in another stored procedure.
How can I get the
Assign after the EXEC token:
EXEC
DECLARE @returnValue INT EXEC @returnValue = SP_One