Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: SELECT query stmt inside a Stored Procedure

    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...

  • RE: SELECT query stmt inside a Stored Procedure

    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...

Viewing 2 posts - 1 through 2 (of 2 total)