Re: Using Stored Procedure returned fields in another Stored Proc or Query

From: Hugo Kornelis (hugo_at_pe_NO_rFact.in_SPAM_fo)
Date: 06/21/04

  • Next message: anonymous_at_discussions.microsoft.com: "Re: Using Stored Procedure returned fields in another Stored Proc or Query"
    Date: Tue, 22 Jun 2004 00:55:15 +0200
    
    

    On Mon, 21 Jun 2004 14:27:07 -0700, <anonymous@discussions.microsoft.com>
    wrote:

    >Yes, much better.
    >
    >Just had another idea. Perhaps I could group my records
    >in my previously written(enclosed in origianl post)
    >stored proc?
    >
    >I can't get the stored proc to accept my grouping...
    >
    >Anyone know if I can use grouping with my Stored Proc?
    >
    >Or should I do it with the returned table?
    >
    >Thanks,
    > baz

    Hi baz,

    Both stored procedures and functions allow the use of GROUP BY in the
    enclosed queries. If you post the code you used and the error message you
    got, I might be able to help you.

    Best, Hugo

    -- 
    (Remove _NO_ and _SPAM_ to get my e-mail address)
    

  • Next message: anonymous_at_discussions.microsoft.com: "Re: Using Stored Procedure returned fields in another Stored Proc or Query"