Tall Tales From Table Variables
Secret Squirrel When you modify a table with multiple indexes, SQL Server may choose either a narrow plan, if it doesn't think all that many rows are going to change, or a wide plan if it thinks many will. In narrow plans, the work SQL Server has to do to modify many indexes is hidden…