Reading Execution Plans, Part 4: Processing Data
‹ Previous Section So now we have some data, and we've combined it with other tables. However, sometimes we need to compute new columns based on data from other columns,
‹ Previous Section So now we have some data, and we've combined it with other tables. However, sometimes we need to compute new columns based on data from other columns,
‹ Previous Section Now that we've got some data, it would be nice to connect data together from multiple tables. The way this is done is through one of three
‹ Previous Section Now that we have our execution plan, let's talk about data. And we're going to start at the opposite place from how we start reading execution plan,
I want to start off with a quote I read on Reddit a while ago, which I think is a very appropriate introduction to what we're going to talk about:
Say that you need to have a table with independent incrementing values based on a separate in-table key. For example, you may be operating a sales system, and the business