• Oh just noticed I gave you the wrong syntax for that first reply (DAY instead of d)

    [SQL] SELECT * FROM tbl WHERE CONVERT(datetime, [myDateString], 103) > DATEADD(d, -3, getdate())