By tag: mass
0
kicks
Using a trigger to perform mass-update-safe, specific-field calculatio
You’ve got a table which contains some information and you want to perform calculations based on this information and store them in the same table or in another table.
The calculations must always be up-to-date.
The calculations are performed via a complex User Defined Function which accepts t...