|
|
|
|
|
by wfriesen
1142 days ago
|
|
Coming from an Oracle background, both application and data warehousing, I wholeheartedly agree with the articles first paragraph saying that application based dynamic SQL is horrible, but DBA (and I'll include data warehousing) dynamic SQL is great, but it's essentially about how complex the thing is. A DBA is likely doing things like looping over metadata tables and running 'grant select on ' || some_table || ' to ' || some_user
While an app developer with free reign will end up doing something much more complex, and much harder to reason about/tune |
|
I am perfectly able to:
But I cannot: I really don't understand why that capability wasn't added a decade ago, as loud as the advice is to avoid hard parsing.