Hi all-
I run a number of queries against an Oracle db that are desinged to evaluate invoice pricing based on stipulated business pricing rules.
The pricing logic contains many layers which must be traversed in order to arrive at correct pricing for a given invoice. This translates into dozens of nested case statements and huge, hard to maintain queries.
I would like to move the raw data into Sql Server (I have zero dev. rights in Oracle) and build a more streamlined, efficient process (without so many case statements) but am not sure what my options are.
Any ideas?
I am sparing you an example of the sql used in these quereis but if it helps formulating an answer, I can provide one.
Thank you!!
Bonediggler