Search found 3 matches

by sgullapalli
Mon Jun 14, 2004 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procs
Replies: 5
Views: 2277

[quote]You could always take the logic from the stored procedure and build a DataStage job to accomplish the same thing, I would think. That would put the maintenance of it back into the ETL realm and not dependant on someone with PL/SQL (whatever the SQL Server equivalent is) skills.[/quote] Craig ...
by sgullapalli
Mon Jun 14, 2004 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procs
Replies: 5
Views: 2277

Thanks for the response ray !! [quote="ray.wurlod"] What was the result when you imported this stored procedure definition? What columns were defined?[/quote] When I imported the definition, It said something like "Stored procedure has failed to report a result set . If this stored procedu...
by sgullapalli
Sun Jun 13, 2004 8:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procs
Replies: 5
Views: 2277

Stored Procs

Hi all !! I am trying to implement stored procedures (SQL Server) in Datastage..Most of my stored procs update/delete/insert rows into/from multiple tables..and donot take any input parameters. Also the procedures do not give out any output except a return code indicating the success or failure. Aft...