Date Range SSRS

  • I use the following in Reporting Services Server to retrive a date range of all values including the time portion.

    SELECT *

    FROM tblYourTable

    WHERE

    tblYourTable.DateField >= @Date1

    AND tblYourTable.DateField < @Date2 + 1

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply