Database management, SQL Server The truth about nested transactions in SQL Server 15.12.2025 by Louis Tochon Nested transactions in SQL Server don’t provide real isolation; @@TRANCOUNT rises, but only the main transaction controls locks.
Development & Performance, SQL Server Understanding XML performance pitfalls in SQL Server 11.12.2025 by Louis Tochon A deep dive into how SQL Server processes XML, the performance impact of XQuery methods, and why proper indexing matters.