Search found 3 matches
- Mon Jun 14, 2004 8:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stored Procs
- Replies: 5
- Views: 2281
[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 ...
- Mon Jun 14, 2004 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stored Procs
- Replies: 5
- Views: 2281
- Sun Jun 13, 2004 8:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stored Procs
- Replies: 5
- Views: 2281
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...