Transactional DDL in SQL Server: In Oracle, It Does Not Compute
Oracle treats most DDL as auto-committing, meaning once it executes, it's done. SQL Server, however, blurs that line in fascinating ways, allowing some DDL operations to be part of an explicit transaction.
2025-07-23
92 reads