>= (GetDate()-2)
cast((cast(GETDATE() as int)) as datetime)
>= (CONVERT(varchar, getdate() - 2, 101))