Hi,
I have a stored procedure that is used through-out my
database, but I need to use its resultset as part of a
query to generate an upload table. Is there any way I can
use this result set as part of a SELECT statement.
For Example
SELECT Name
FROM sp_Help
Any one got any ideas?
Thanks in Advance
LokiDBA
I have a stored procedure that is used through-out my
database, but I need to use its resultset as part of a
query to generate an upload table. Is there any way I can
use this result set as part of a SELECT statement.
For Example
SELECT Name
FROM sp_Help
Any one got any ideas?
Thanks in Advance
LokiDBA