Gregory's Blog

All Blogs

How to Temporarily Disable Database Triggers and Constraints for Bulk Operations in Modern Databases

How to Temporarily Disable Database Triggers and Constraints for Bulk Operations in Modern Databases


In this article, we will explore how to temporarily disable database triggers and constraints.                                       
Read More...
Adding a dummy record in the first row of a recordset

Adding a dummy record in the first row of a recordset


There are numerous reasons why you should add a dummy record as the first row of a record. However, the best way to add a record coming from a database is in the SQL query itself.
Read More...