Never thought about this before. But I'm calling a stored proc from a stored proc. The inside proc returns a couple rows to the screen, like this:
This is the sp output...
NULL
I want to capture the first row (message) into a variable. How would I do this??
Thanks much
This is the sp output...
NULL
I want to capture the first row (message) into a variable. How would I do this??
Thanks much