SQL: how to predicate over stored procedure's result sets?
Posted
by Ariel
on Stack Overflow
See other posts from Stack Overflow
or by Ariel
Published on 2010-06-03T19:06:06Z
Indexed on
2010/06/03
19:14 UTC
Read the original article
Hit count: 165
sql
|sql-server
Simple question I couldn't figure out (not a SQL expert... sorry): I want to do a select on the result set of sp_who2. How can I?
for ex. select SPID from [result set from sp_who2]
© Stack Overflow or respective owner