Craig Freedman's SQL Server Blog

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

December, 2006

Posts
  • Craig Freedman's SQL Server Blog

    Semi-join Transformation

    • 0 Comments
    In several of my prior posts, I’ve given examples of semi-joins. Recall that semi-joins essentially return a row from one input if we can find at least one matching row from the other input. Here is a simple example: create table T1 ( a int , b int...
Page 1 of 1 (1 items)