Viewing 2 posts - 1 through 2 (of 2 total)
Thanks again..
If the proc (sp_test) has multiple select queries..then what happens to the result set handling as by above scenario?? ( Also is multiple SELECT query case is used in...
November 21, 2005 at 7:13 am
#604927
Thanks friends for the quick response.
If i've a simple proc like this
CREATE PROCEDURE sp_test
AS
BEGIN
SELECT * FROM EMPLOYEE
END
and when i called the PROC within a procedure , is there any possibility...
November 21, 2005 at 7:03 am
#604921