Craig Freedman's SQL Server Blog

A discussion of query processing, query execution, and query plans in SQL Server.

February, 2008

Posts
  • Craig Freedman's SQL Server Blog

    Halloween Protection

    • 2 Comments
    In a prior post , I introduced the notion that update plans consist of two parts: a read cursor that identifies the rows to be updated and a write cursor that actually performs the updates. Logically speaking, SQL Server must execute the read cursor and...
Page 1 of 1 (1 items)