Instead of using sql steps, is it better to write store procedures in the database and call them fro
We are FSCM PS 9.2 image 21 PT8.55.11. We want to know if there is an issue with writing a stored procedure, store it in the database and call it from am app engine. Are there any advantages and disadvantages with this practice? Do your other clients use this practice for customization?
When a sql is run as part of sql step, it is considered inline sql. Our sql dba/developer teams believe that this is old technology. Stored procs are faster and run in less time.