SQL Server Implicit Transaction Mode: Proceed with Caution!

Reading Time: 4 minutes Implicit transactions are a strange thing in SQL Server. It’s very important to understand how transactions work in Microsoft SQL Server and to understand the different tools available to us when writing transactions. One such tool is the “IMPLICIT_TRANSACTIONS” mode. But beware. Enabling this feature can have unforeseen consequences! In Continue Reading

SQL Server Transactions: An Introduction for Beginners

Reading Time: 12 minutes If you plan on working with SQL Server for more than 5 minutes, you should expect to encounter something called a transaction very early in your career. Understanding SQL transactions is the first step in writing well-performing SQL solutions that are less likely to cause data corruption. Transactions are definitely Continue Reading