Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: TSQL LAB 2 - Writing Conditional WHERE Clauses

    Conditional where clauses imo are easily implemented using optional parameters in stored procs with an OR in the where clause for each field you're checking with the optional parameter.

    i.e.

    Create Procedure...

Viewing post 1 (of 1 total)