Joe Pineda

1,131
Reputation
175 views

Registered User

Name Joe Pineda
Member for 1 year
Seen Nov 3 at 2:30
Website
Location Mexico City
Age 30
Developing professionally since 7 years ago. VB6 and SQL Server, mostly. Use Linux, C++ and ProLog at home.
Nov
9
awarded  Nice Question
Nov
2
asked When to use EXCEPT as opposed to NOT EXISTS in Transact SQL?
Oct
31
comment Is a JOIN faster than a WHERE ?
Really interesting. Could you provide a reference for this behaviour, please? This would mean that putting a filtering condition at the ON clause rather than at the WHERE, which can give different results on SQL Server, would be exactly the same here!
Oct
31
comment Is a JOIN faster than a WHERE ?
Clarification: by "this behaviour" I mean the behaviour of evaluating first ON, then WHERE. Theo stated in his answer that SQLite first converts JOIN...ON to a WHERE clause. If this is true (don't know, can't verify now) then evaluating ON first, WHERE second might be very specific to SQL Server (possibly also Sybase).
Oct
31
comment Is a JOIN faster than a WHERE ?
Ah, loved this answer! Found thru trial and error that SQL S. executes first the ON, then WHERE, finally HAVING. Normally doesn't matter, except on certain situations where NULLs are involved - having a filtering condition at the ON or at the WHERE can make a big difference in such cases. Now I'd like to ask, is this behaviour ANSI standard mandated or SQL Server-specific? If you're not sure, I might open a question on this!
Sep
24
awarded  Yearling
Sep
4
accepted What will we do after Access?
Jul
6
awarded  Nice Answer
Jun
14
awarded  Popular Question