SQL Server Query Plans: Startup Expression Predicate
I’ve already posted about predicates in query plans, but here is one more: Startup Expression Predicate. Again, it’s better to illustrate its behavior by example. Let’s create a small table with one clustered index and put some data into it. Now, look at the following query. It should calculate the amount of rows in the … Read more