Home » Blog » Interview with Scott Ambler

Interview with Scott Ambler

Temporary tables
This is another weapon we have at our disposal when handling large amounts of information. Temporary tables allow us to store information temporarily, so that we can use it during the execution of our stored procedure. Let us also remember that there are so-called table variables that are similar to temporary tables but use fewer resources and are ideal for storing small volumes of data. It is recommended to thoroughly investigate the differences between both options since their explanation exceeds the scope of this article.

Triggers and Rules are database objects

that execute actions when certain canada phone number library events occur. For example, let’s say an inactive salesperson cannot be assigned an account. Using a trigger, we can prevent this situation.

If this situation occurs when executing the procedure, then a message will appear that will prevent the SP from finishing correctly. This is good for us, because it is a warning that something is wrong with our procedure. On the other hand, rules allow us to establish certain limits on the information. For example, let’s imagine that a seller’s balance cannot be less than 1,000 pesos. For this we can create a rule.

The use of triggers and rules in the construction

Of procedures is essential. In fact, it is recommended that before programming long-term benefits of digital advertising for brands – study the procedure, all the necessary triggers and rules are programmed. This will force us to program the process taiwan lead always respecting the pre-established business rules. The use of triggers and rules will guarantee that the information resulting from our processes will be reliable.

Scroll to Top