• hi abhi_develops,

    I mean something like this, it obviously is not an efficient way. Just another method

    ex:

    SELECT CONVERT(varchar, dateEntered, 103)

    FROM dbo.tblDirectory

    WHERE CONVERT(varchar, dateEntered, 103) LIKE '09/07/2002%'