I was asked to test a stored procedure(from NETEZZA) to be imported into BODI and see whether if it is working.
How can I import a stored procedure into BODI created in NZ appliance ?
The stored procedure is a replacement for table comparision transform in BODI .
Seems like Neteeza is one of the databases we do not support functions. Most of the ODBC based implementations we do not.
So your only option is to call them via a sql() function in a script.
Using a sql() function inside a dataflow is no option due to performance.
If I have to call stored procedures from Netezza I cannot do it now. So Can you help me for calling for stored procedures developed from Aginity Netezza workbench.
Is SQL transform is only option or do we have any.
I was wondering if i have to work on developing jobs and test them at same time then do i need to migrate each and every component of BODI to NZ Data stores as We dont hav access to production data ( using this only for testing purposes)