I don't think there is any advantage to using CROSS JOIN with a WHERE clause over INNER JOIN. They both essentially have the same performance. Take a look here: http://technet.microsoft.com/en-us/library/ms190690(v=SQL.105).aspx.
↧