As per this link :
It says that if a Cross join has where clause it behaves as a Inner join and returns the same result as a Inner join.
I understand that part. But my question is when I am using a query cross join with a where condition and another query with Inner join with ON clause, both using the same relations and returning same data, will there be any difference in performance ?
Will the performance be affected if a third/fourth table is joined with these two tables on INNER or LEFT OUTER JOIN ?
I could not find a direct answer on the web addressing the same for SQL Server.
Girija
Girija