Survey: Join Predicate Order
It’s a quiet month as we look forward to 2016, so I’m asking a series of survey questions for the next few posts. My first one is about the order of join predicates. When joining two or more tables in T-SQL, which do you prefer? SELECT * FROM TableA a INNER JOIN TableB b ON a.Col1
-> Continue reading Survey: Join Predicate Order