Re: Question regarding SP
From: Patrick (kingofusa_at_juno.com)
Date: 01/24/05
- Next message: Just in time: "RE: DTS is blocked by XP"
- Previous message: Allan Mitchell: "Re: Question regarding SP"
- In reply to: David Gugick: "Re: Question regarding SP"
- Next in thread: David Gugick: "Re: Question regarding SP"
- Reply: David Gugick: "Re: Question regarding SP"
- Reply: Chris Hayes: "Re: Question regarding SP"
- Reply: Gopinath Rajee: "Re: Question regarding SP"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 Jan 2005 16:13:52 -0600
I Want to use cursor with in the stored procedure itself.
My main problem is how can I catch the result returned by one procedure in
another procedure.
Marmik
"David Gugick" <davidg-nospam@imceda.com> wrote in message
news:OmXyc$lAFHA.3664@TK2MSFTNGP14.phx.gbl...
> Patrick wrote:
>> Hi guys
>>
>> I have written one stored procedure. At the end it returns the set of
>> rows. I want to define cursor on the result which is sent by stored
>> procedure. How can i do that ?
>>
>> Thanks
>
> How do you mean? You want to use a cursor from the application? Or are you
> saying you want to use the results from one stored procedure in another
> stored procedure? Or are you saying you want to define a cursor on the
> results from within the procedure so you can perform row-by-row
> processing? Or are you saying something else altogether?
>
> Please provide some details about what you are doing. Cursors on SQL
> Server are very slow and there may be other set-based solutions you can
> use.
>
>
> --
> David Gugick
> Imceda Software
> www.imceda.com
- Next message: Just in time: "RE: DTS is blocked by XP"
- Previous message: Allan Mitchell: "Re: Question regarding SP"
- In reply to: David Gugick: "Re: Question regarding SP"
- Next in thread: David Gugick: "Re: Question regarding SP"
- Reply: David Gugick: "Re: Question regarding SP"
- Reply: Chris Hayes: "Re: Question regarding SP"
- Reply: Gopinath Rajee: "Re: Question regarding SP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|