This is something that I've been sort of struggling with for a while now. I work at a software company, and so the situation often arises where we need to tweak someone else's query or where down the road our own queries will need to be completely understood by others.
So I'm wondering if anyone has any good solutions in terms of how a query/view can be documented. Views are even a more complex issue because they often cascade down a number of levels. But even some recursive queries can be fairly tough to fully understand by just looking the query itself over.
Any thoughts/ideas?
So I'm wondering if anyone has any good solutions in terms of how a query/view can be documented. Views are even a more complex issue because they often cascade down a number of levels. But even some recursive queries can be fairly tough to fully understand by just looking the query itself over.
Any thoughts/ideas?