Welcome to my new quick video series, Dan’s Dozen Toad Tips! Here’s today’s tip:
Related Articles
#0401 – SQL Server – Script to validate object naming convention
When database development is done using the graphical (GUI) tools in the SQL Server Management Studio (SSMS) or via simple scripts, they often fail to specify a name to each individual constraint. Thi...
Explaining InnoDB Explicit Locking Mechanisms
Introduction Locking mechanisms are critical to keep the database consistent (a fact that is not well understood by some developers). However, unnecessary locks can have a negative impact on system pe...
Should I be blocking outbound ports in Azure by default?
The short answer is that yes there are ports that you’ll want to block outbound by default. There’s a variety of amplification attacks that you have the possibility of being a member of. These attack...
