Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Using Exotic Joins in SQL Part 2

    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...

  • RE: Dynamic SQL or Stored Procedure

    I've found the ORs to be an adequate solution for most things that I need to allow users to "search". In most apps I have worked with, most of...

  • RE: Dynamic SQL or Stored Procedure

    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...

Viewing 3 posts - 1 through 3 (of 3 total)