Ben Johnston in Blogs Batch Delete in SQL Server: Six Patterns for Large-Scale DELETE Operations Six practical T-SQL patterns for deleting large numbers of rows in SQL Server without locking tables, blocking users, or growing... 01 March 2024 25 min read
Robert Sheldon The DELETE statement in SQL Server Of the big four DML statements in SQL Server, the DELETE is the one least written about. This is odd... 25 November 2010 11 min read