Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Parameters

    you should be able to do the following in the WHERE Clause

    WHERE (FromDate >= ISNULL(@BegDate, FromDate)),

    AND (ToDate <=ISNULL(@EndDate, ToDate)),

    AND (name = ISNULL(@paramname,...

Viewing post 1 (of 1 total)