I am probably the "odd man out" among those far more experienced with writing SQL scripts, and am not well acquainted with "standard" formatting practices for written SQL scripts.
But instead of seeing a script generated as this very hard to read blob of text:
I would much rather see this so I can very easily see what I need to eliminate, re-order, etc.
I'll bet its a trivial thing to change in DAI, but many users might complain -- and I guess once views are created in a new system, one rarely creates new ones.
While on the subject, what is your advice regarding placing field name aliases within the script versus using DAI dictionary captions. Most of the time I want to preserve original field names -- because I know them by heart -- and would use the dictionary to create a user-friendly caption, but for mostly legacy reasons, many field names are meaningless, wrong, or have been "re-purposed", and I'd like to change the name. (I'm more reluctant to change the actual SQL column name in the database itself.)
Bob