• I've used the = syntax for many years because it's so much easier for me to read. When there's a long case statement and I'm looking at someone else's T-SQL, I feel that it wastes my time if I have to sift through the lines to find out what the column name is.

    BTW, I switched to using the JOIN ... ON syntax a few years ago, as well, for readability reasons.