Hi All
I have a stored procedure, sp_GetNameDetail, which return a one row, multiple columns result set.
Yet I have another storede procedure which would call sp_GetNameDetail, and would like to access this result set. Is there a way I can do this?
Thanks,Two choices
Use multiple output variables
or
Use a table variable.
Showing posts with label sp_getnamedetail. Show all posts
Showing posts with label sp_getnamedetail. Show all posts
Subscribe to:
Posts (Atom)