I don't know of any performance difference from putting the join criteria of an inner join into the where clause rather than the from clause. However, I always put...
As a developer, the biggest benefit I get from using stored procedures is ease of development. By using stored procs exclusively, all applications have a well-defined interface to the...