How can I call a stored procedure that has parameters from another stored
procedure?
What we want to do is use the result set from a stored procedure with
further criteria. Doing something like this (excuse me if this is way off,
I'm new at this): SELECT * from spTest '11' WHERE job = '993039' does not
work. Can something like this be done (I realize it might have to be done a
completely different way).
TIA!
Jody