Sequence
Short Description
The Sequence operator is used in update plans. It executes its inputs in sequence.
Detailed Description​
The Sequence operator is used in update plans. Its input are usually updates on different objects and it executes these inputs in sequence. Rows are only returned from the last input with returned rows from other inputs being suppressed.
Additional Links​
- Microsoft Documentation - Showplan Logical and Physical Operators Reference
- Microsoft Documentation - Explain Plans
- Plansplaining - Hugo Kornelis' Blog series
Search online​
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.