Hey All,
I know it is possible to query a stored procedure (using the dataset it provides in further sql) after enabling a certain option on the server.
For example you can do something like (syntax is probably different):
select
*
from
sp_who
where
loginame = 'sa'
Start Free Trial