JPCogAdmin
Programmer
Good morning,
I'm wondering about query building in Cognos. I don't know if you have ran into questions like this but here it goes. If you have a bunch of self-queries, table joins, nested queries and the like, what is the best option? Should one write store procedures or straight pass-through code in Cognos?
The two options I'm thinking of go like this. If I write store procedures it would be good because the code stays on the server and more tools could be used as front-end using the existing procedures.
If we write pass-through sql code then we bypass all the procedure building and focus more on simply the complex SQL. What is the "best practice" and lessons learned fromt this? Thanks for your comments and answers.
-J
I'm wondering about query building in Cognos. I don't know if you have ran into questions like this but here it goes. If you have a bunch of self-queries, table joins, nested queries and the like, what is the best option? Should one write store procedures or straight pass-through code in Cognos?
The two options I'm thinking of go like this. If I write store procedures it would be good because the code stays on the server and more tools could be used as front-end using the existing procedures.
If we write pass-through sql code then we bypass all the procedure building and focus more on simply the complex SQL. What is the "best practice" and lessons learned fromt this? Thanks for your comments and answers.
-J