Re: Output parameter with SP
From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 08/11/04
- Next message: Joe Celko: "Re: retrieving top 1 of ordered union"
- Previous message: Keith Kratochvil: "Re: need some advise"
- In reply to: Rob Meade: "Output parameter with SP"
- Next in thread: Adam Machanic: "Re: Output parameter with SP"
- Reply: Adam Machanic: "Re: Output parameter with SP"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 11 Aug 2004 10:30:50 -0400
Yes, you can have more than one, but at some point it will make more sense
to use a resultset, IMHO.
-- http://www.aspfaq.com/ (Reverse address to reply.) "Rob Meade" <robert.meade@NOSPAMubht.swest.nhs.uk> wrote in message news:#P1AP86fEHA.3016@tk2msftngp13.phx.gbl... > Hi all, > > Just a quickie, can you only have ONE output parameter with a SP or can you > have more than one? for example, after some help from some 'friendlies' in > this group I have a stored procedure now returning a value I need, however, > it would be even better if it could return TWO values. > > Any info appreciated, > > Regards > > Rob > >
- Next message: Joe Celko: "Re: retrieving top 1 of ordered union"
- Previous message: Keith Kratochvil: "Re: need some advise"
- In reply to: Rob Meade: "Output parameter with SP"
- Next in thread: Adam Machanic: "Re: Output parameter with SP"
- Reply: Adam Machanic: "Re: Output parameter with SP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|