Isaac
Lifelong Learner
- Local time
- Yesterday, 21:47
- Joined
- Mar 14, 2017
- Messages
- 9,849
There's no specific, hard-fixed order to how SQL Server processes the JOIN statements right?
i.e. it wouldn't matter which JOIN statement came first?
(I am referring to ENTIRE join statements, such as inner join table2 t2 on t2.clientit = t1.ID, not referring to the order of the tables inside the join statement b/c of course that matters)
The optimizer just decides the best order for the purpose of efficiency?
i.e. it wouldn't matter which JOIN statement came first?
(I am referring to ENTIRE join statements, such as inner join table2 t2 on t2.clientit = t1.ID, not referring to the order of the tables inside the join statement b/c of course that matters)
The optimizer just decides the best order for the purpose of efficiency?