Home Forums SQL Server 2008 T-SQL (SS2K8) Using >= or <= with DateTime parameter not working? RE: Using >= or <= with DateTime parameter not working?

  • This works when I apply it to the query, no need to filter in ssrs.

    AND (OrderDate BETWEEN (@StartDate ) AND (@EndDate + '23:59:59'))