Thank you for being on our BIDA Friends email list!
We really appreciate you!
I just wanted to let you know...
I invented something very cool this week.
Basically we have been generating snippets of SQL to run for a long time now.
These are things like indexes etc.
But for many of these we do not put the separate outputs into separate files for later editing or use.
This is because the views that create them output all requested items.
This week I created a small C++ program that can be given a parameter so that it generates just the code that we want, and it puts it into a file in a work directory.
This saved me hours and hours of work this week.
And I am pretty sure the same idea will save many other BIDA Friends hours of work too.
We can easily write a similar program for any instance and send it to you.
I have added a link to the view that we created and the source code for the C++ program.