Stored Procedure in MS SQL server returning cursors

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

Stored Procedure in MS SQL server returning cursors

Post by ag_ram »

Hi

I have a stored procedure which returns 2 cursors. My stored procedure has been written in MS SQL dabase. Can datastage handle this stored procedure... I mean whether datastage supports multiple cursors as output paramter of a stored procedure ?


Please reverk back.

Thanks
kamal
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Don't know for certain, but I don't think it will support that. From what I recall, what the Stored Procedure stage does support is listing in the pdf documentation for it, have you checked that?
-craig

"You can never have too many knives" -- Logan Nine Fingers
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

SP stage for SQL Sever has a CursorOutput parameter available for a record or a result set returned from the stored procedure, but it sure cannot handle the multiple cursors.
Post Reply