DELETE operations on tables

In todays blog posting I want to show you quickly about what happens in SQL Server when we are deleting records from a table. Let’s create in the first step a simple table, where 4 records fit onto one page of 8kb. — Create a simple table where 4 records fit onto 1 page CREATE …

DELETE operations on tables + read more