Forum Replies Created

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

  • RE: Use Dynamic SQL to Improve Query Performance

    Nils Gustav Stråbø (5/20/2010)


    shaytoder (5/20/2010)


    Paul White NZ (5/20/2010)


    shaytoder (5/20/2010)


    another option to solve the issue with optional parameters, without using dynamic SQL, is to use CASE, it will NOT check fields...

  • RE: Use Dynamic SQL to Improve Query Performance

    Paul White NZ (5/20/2010)


    shaytoder (5/20/2010)


    another option to solve the issue with optional parameters, without using dynamic SQL, is to use CASE, it will NOT check fields that he doesn't need...

  • RE: Use Dynamic SQL to Improve Query Performance

    another option to solve the issue with optional parameters, without using dynamic SQL,

    is to use CASE,

    it will NOT check fields that he doesn't need !

    for example -

    select ...

    from ...

    where 1...

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