Quantcast
Channel: Alternative to Dynamic SQL inside trigger? - Database Administrators Stack Exchange
Browsing index pages (2 articles)

Alternative to Dynamic SQL inside trigger?

My database has the following tables: TAG ---------------------- | tag_id | tag_name | ---------------------- TAG_VALUE: Stores values associated to each tag ---------------------------------------- |...

View Article


Answer by Rick James for Alternative to Dynamic SQL inside trigger?

If the list things to check is constant, then spell them out rather than constructing the tests. (not viable)But, presumably that is not the case...Plan A: Replace the INSERT that needs to call the...

View Article

Browsing index pages (2 articles)


Latest Images