Page 1 of 1

stored procedure - result set

Posted: Thu Jun 29, 2006 1:42 pm
by fmartinsferreira
Hi!

My source is SQL Server!

I need to work with a result set from a SQL Server's stored procedure in DataStage and after input the data into a Oracle.

Is there any stage that work with a stored procedure result set?

In the version 7.5 there is a "stored procedure stage" that work with Oracle, DB2 and Sybase but don't work with SQL Server.

By internal rules I can't read the SQL Server directly.

Regards

Fernando

Posted: Thu Jun 29, 2006 2:08 pm
by kcbland
ODBC stage, toggle SQL choice to stored procedure.

stored procedure - result set

Posted: Thu Jun 29, 2006 2:20 pm
by fmartinsferreira
Thanks!

Re: stored procedure - result set

Posted: Thu Jun 29, 2006 3:48 pm
by ray.wurlod
fmartinsferreira wrote:My source is SQL Server!
Why are you surprised? :lol:

Re: stored procedure - result set

Posted: Tue Jul 04, 2006 8:07 am
by fmartinsferreira
ray.wurlod wrote: Why are you surprised? :lol: ...
Because it is the first time that I have SQL Server as a source. :oops:

Fernando